add config files for Prostor agency
This commit is contained in:
@@ -3,8 +3,10 @@ require("dotenv").config({ path: __dirname + "/./../../.env" });
|
||||
|
||||
const OLX_CONFIG = require("./specificConfigs/olx");
|
||||
const RENTAL_CONFIG = require("./specificConfigs/rental");
|
||||
const PROSTOR_CONFIG = require("./specificConfigs/prostor");
|
||||
|
||||
module.exports = {
|
||||
OLX_CONFIG,
|
||||
RENTAL_CONFIG
|
||||
RENTAL_CONFIG,
|
||||
PROSTOR_CONFIG
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user