Why we need change config.json to config.js?
Closed this issue · 1 comments
ariebrainware commented
Based on [Doc Tutorial Sequelize]. We just need to modify config.json file?
mhaidarhanif commented
Because we have to use process.env.VARIABLE_NAME
inside that config. In JSON, we cannot use variable.