hedgedoc/.sequelizerc.example

8 lines
250 B
Text
Raw Normal View History

2016-10-04 22:58:05 -04:00
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'
}