andela/codepirates-ah-backend

View on GitHub
.sequelizerc

Summary

Maintainability
Test Coverage
var path = require('path')

module.exports = {
  'config':          path.resolve('src', 'config', 'config.js'),
  'migrations-path': path.resolve('src', 'migrations'),
  'models-path':     path.resolve('src', 'models'),
  'seeders-path':    path.resolve('src', 'seeders'),
}