sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

added missing sequelize config var - needed for heroku setup #85

Closed michalczukm closed 6 years ago

michalczukm commented 6 years ago

The 'deploy on heroku' was broken because of missing field in config.

I did some sniffing, the fix is based on this issue and this PR