change how APP_URL is used, use JS templating string

This commit is contained in:
Bilal Catic
2019-09-05 14:24:29 +02:00
parent f311404968
commit 1d29f6c8ac
4 changed files with 50 additions and 50 deletions

View File

@@ -5,6 +5,9 @@ DB_PORT=Database port
SEQUELIZE_LOGGING=0- no sequelize logging, 1- log to the console
APP_PORT=Port for the app, defaults to 5000
APP_BASE_URL=base url for the app
AMAZON_ACCES_KEY_ID=(your-key-here)
AMAZON_SECRET_ACCESS_KEY=(your-key-here)
AMAZON_REGION=eu-west-1