mirror of
https://github.com/linuxserver/docker-hedgedoc.git
synced 2026-03-16 00:01:47 +08:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
var path = require('path');
|
|
|
|
module.exports = {
|
|
'config': '/config/config.json',
|
|
'migrations-path': path.resolve('lib', 'migrations'),
|
|
'models-path': path.resolve('lib', 'models')
|
|
}
|