mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
8 lines
250 B
Text
8 lines
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'
|
||
|
}
|