Merge branch 'master' into 'tag-staging-email'

# Conflicts:
#   app/config/appConfig.js
This commit is contained in:
Naida Vatric
2020-02-04 13:07:43 +00:00
22 changed files with 841 additions and 142 deletions

View File

@@ -16,6 +16,8 @@ const DEFAULT_TIMEZONE = "Europe/Sarajevo";
const CRAWLER_INTERVAL = parseInt(process.env.CRAWLER_INTERVAL) || 60;
const STOP_CRAWLER = !!parseInt(process.env.STOP_CRAWLER);
const CHECK_UP_DAYS = parseInt(process.env.CHECK_UP_DAYS) || 10;
const AWS_EMAIL_CONFIG = {
REGION: process.env.AWS_REGION || "",
CREDENTIALS: {
@@ -50,6 +52,8 @@ module.exports = {
MAX_REAL_ESTATES_IN_FIRST_EMAIL,
PRINT_CRAWLER_DEBUG,
API_MAP_KEY,
PROSTOR_LOGIN,
STAGING
STAGING,
CHECK_UP_DAYS,
PROSTOR_LOGIN
};