bcgov/nr-get-token

View on GitHub
app/.sequelizerc

Summary

Maintainability
Test Coverage
const path = require('path');

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