Pask
Results
1
comments of
Pask
I had the same issue and managed to make sequelize use my environment variables by using this config: ``` import dotenv from 'dotenv'; dotenv.config(); export default { "development": { "use_env_variable":...