add crawler and crawler config for Aktido agency
This commit is contained in:
@@ -4,9 +4,11 @@ require("dotenv").config({ path: __dirname + "/./../../.env" });
|
||||
const OLX_CONFIG = require("./specificConfigs/olx");
|
||||
const RENTAL_CONFIG = require("./specificConfigs/rental");
|
||||
const PROSTOR_CONFIG = require("./specificConfigs/prostor");
|
||||
const AKTIDO_CONFIG = require("./specificConfigs/aktido");
|
||||
|
||||
module.exports = {
|
||||
OLX_CONFIG,
|
||||
RENTAL_CONFIG,
|
||||
PROSTOR_CONFIG
|
||||
PROSTOR_CONFIG,
|
||||
AKTIDO_CONFIG
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user