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,3 +1,5 @@
require("dotenv").config();
const welcome = require("./app/controllers/welcome").getWelcome;
const {
getRealEstateTypes,