diff --git a/app/config/appConfig.js b/app/config/appConfig.js index 4b2b1aa..88f1c96 100644 --- a/app/config/appConfig.js +++ b/app/config/appConfig.js @@ -34,7 +34,7 @@ const MAX_REAL_ESTATES_IN_FIRST_EMAIL = const PRINT_CRAWLER_DEBUG = process.env.PRINT_CRAWLER_DEBUG_INFO || 0; -const API_MAP_KEY = process.env.API_MAP_KEY || ""; +const GOOGLE_MAP_KEY = process.env.GOOGLE_MAP_KEY || ""; const PROSTOR_LOGIN = { EMAIL: process.env.PROSTOR_LOGIN_EMAIL, @@ -51,7 +51,7 @@ module.exports = { MAX_REAL_ESTATES_IN_EMAIL, MAX_REAL_ESTATES_IN_FIRST_EMAIL, PRINT_CRAWLER_DEBUG, - API_MAP_KEY, + GOOGLE_MAP_KEY, STAGING, CHECK_UP_DAYS, PROSTOR_LOGIN diff --git a/app/views/layout.ejs b/app/views/layout.ejs index 2b89910..ae3c9e5 100644 --- a/app/views/layout.ejs +++ b/app/views/layout.ejs @@ -21,6 +21,10 @@ + + + + diff --git a/app/views/location.ejs b/app/views/location.ejs index 8e30feb..7f3d8bd 100644 --- a/app/views/location.ejs +++ b/app/views/location.ejs @@ -217,7 +217,7 @@ }); diff --git a/app/views/publishLocation.ejs b/app/views/publishLocation.ejs index d2dfd01..6c574f3 100644 --- a/app/views/publishLocation.ejs +++ b/app/views/publishLocation.ejs @@ -185,7 +185,7 @@ diff --git a/app/views/viewRealEstate.ejs b/app/views/viewRealEstate.ejs index 00bfb08..302863f 100644 --- a/app/views/viewRealEstate.ejs +++ b/app/views/viewRealEstate.ejs @@ -1,12 +1,14 @@ -
+