add ENV variables for DB credentials to override sequelize config

This commit is contained in:
Bilal Catic
2019-09-05 12:51:01 +02:00
parent 60e618fd22
commit 08f73445e9
4 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
AMAZON_ACCES_KEY_ID=(your-key-here)
AMAZON_SECRET_ACCESS_KEY=(your-key-here)
AMAZON_REGION=eu-west-1
APP_URL=http://localhost:3001
SOURCE_EMAIL=info@saburly.com
DB_USERNAME=Username for the database
DB_PASSWORD=Password for the database
DB_NAME=Database name
DB_PORT=Database port
AMAZON_ACCES_KEY_ID=(your-key-here)
AMAZON_SECRET_ACCESS_KEY=(your-key-here)
AMAZON_REGION=eu-west-1
APP_URL=http://localhost:3001
SOURCE_EMAIL=info@saburly.com