mirror of
https://github.com/status-im/codimd.git
synced 2025-01-10 17:16:21 +00:00
8 lines
250 B
Plaintext
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'
|
|
} |