codejockie/document-manager

View on GitHub
.sequelizerc

Summary

Maintainability
Test Coverage
var path = require('path');
 
module.exports = {
'config': path.resolve('./server/config', 'config.js'),
'migrations-path': path.resolve('./server', 'migrations'),
'models-path': path.resolve('./server', 'models'),
'seeders-path': path.resolve('./server', 'seeders')
};