2
0
mirror of https://github.com/status-im/codimd.git synced 2025-01-19 16:09:04 +00:00
codimd/.sequelizerc.example
2016-10-05 10:58:05 +08:00

8 lines
250 B
Plaintext

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