load AWS config through app config; fix ENV path
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
require("dotenv").config({ path: "../../.env" });
|
||||
require("dotenv").config({ path: __dirname + "/./../../.env" });
|
||||
const { CRAWLER_AD_TYPE, AD_CATEGORY } = require("../common/enums");
|
||||
|
||||
const olxCrawlerAdType =
|
||||
|
||||
Reference in New Issue
Block a user