add config files for Prostor agency

This commit is contained in:
Bilal Catic
2019-10-24 17:11:12 +02:00
parent 935ae60ae1
commit 6fc4218e39
3 changed files with 43 additions and 1 deletions

View File

@@ -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
};