Skip to content

Instantly share code, notes, and snippets.

@talyssonoc
Created December 8, 2018 16:05
Show Gist options
  • Save talyssonoc/2634b097847f4718d2674da10cc4c457 to your computer and use it in GitHub Desktop.
Save talyssonoc/2634b097847f4718d2674da10cc4c457 to your computer and use it in GitHub Desktop.
var path = require('path');
module.exports = {
'config': path.resolve('config', 'database.json'),
'migrations-path': path.resolve('src/infra/sequelize', 'migrations'),
'models-path': path.resolve('src/infra/sequelize', 'models'),
'seeders-path': path.resolve('src/infra/sequelize', 'seeders')
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment