move specific crawler config to the separated files
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
All environment specific configuration is read here and
|
||||
passed to the crawlers and savers.
|
||||
*/
|
||||
const OlxCrawler = require("./specific/olx");
|
||||
const RentalCrawler = require("./specific/rental");
|
||||
const OlxCrawler = require("./specificCrawlers/olx");
|
||||
const RentalCrawler = require("./specificCrawlers/rental");
|
||||
|
||||
const { OLX_CONFIG, RENTAL_CONFIG } = require("./crawlerConfig");
|
||||
const PostgresSaver = require("./savers/postgres");
|
||||
|
||||
Reference in New Issue
Block a user