diff --git a/.sequelizerc b/.sequelizerc new file mode 100644 index 0000000..6716b0b --- /dev/null +++ b/.sequelizerc @@ -0,0 +1,5 @@ +const CONFIG = require('./config/config'); + +module.exports = { + 'url': CONFIG.db_dialect + '://' + CONFIG.db_user + ':' + CONFIG.db_password + '@' + CONFIG.db_host + ':' + CONFIG.db_port + '/' + CONFIG.db_name, +} \ No newline at end of file