Skip to content

Instantly share code, notes, and snippets.

@tlcheah2
Created May 2, 2021 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlcheah2/3551265a0534a5732af99eabb5128af4 to your computer and use it in GitHub Desktop.
Save tlcheah2/3551265a0534a5732af99eabb5128af4 to your computer and use it in GitHub Desktop.
Overriding default sequelize configuration file using .sequelizerc
const path = require('path');
module.exports = {
'config': path.resolve('config', 'config.js')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment