mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
New database with migrations
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
require('localenv');
|
||||
|
||||
var path = require('path');
|
||||
|
||||
module.exports = {
|
||||
'config': path.resolve('server/config', 'database.json'),
|
||||
'migrations-path': path.resolve('server', 'migrations'),
|
||||
'models-path': path.resolve('server', 'models'),
|
||||
'seeders-path': path.resolve('server/models', 'fixtures'),
|
||||
}
|
||||
Reference in New Issue
Block a user