Create example config
This commit is contained in:
8
.sequelizerc.example
Normal file
8
.sequelizerc.example
Normal file
@@ -0,0 +1,8 @@
|
||||
var path = require('path');
|
||||
|
||||
module.exports = {
|
||||
'config': path.resolve('config.json'),
|
||||
'migrations-path': path.resolve('lib', 'migrations'),
|
||||
'models-path': path.resolve('lib', 'models'),
|
||||
'url': 'change this'
|
||||
}
|
||||
Reference in New Issue
Block a user