.sequelizerc 69 B

123
  1. module.exports = {
  2. 'url': 'mysql://root:toor@127.0.0.1:3308/mydb'
  3. }