Moved API Google Map key to env variables.

This commit is contained in:
Naida Vatric
2019-12-08 00:58:06 +01:00
parent 5d792846ae
commit ade28eb981
4 changed files with 9 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ MAX_REAL_ESTATES_IN_FIRST_EMAIL=Max number of real estates that will be shown in
#=============== GOOGLE ANALYTICS =============#
GA_ID=Google Analytics ID
#=============== GOOGLE MAPS =============#
API_MAP_KEY=(your-key-here)
#=============== AWS SDK EMAIL SETTINGS =======#
AWS_KEY_ID=(your-key-here)
AWS_SECRET_ACCESS_KEY=(your-key-here)