1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-02-17 18:52:11 +00:00
hedgedoc/.sequelizerc.example
2016-10-05 10:58:05 +08:00

8 lines
No EOL
250 B
Text

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'
}