mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 13:24:16 +00:00
ts: lib/config/default.js
Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
parent
8d8d3f4c41
commit
39c5636b25
@ -1,8 +1,6 @@
|
||||
'use strict'
|
||||
import * as os from "os";
|
||||
|
||||
const os = require('os')
|
||||
|
||||
module.exports = {
|
||||
const defaultConfig = {
|
||||
domain: '',
|
||||
urlPath: '',
|
||||
host: '0.0.0.0',
|
||||
@ -19,8 +17,7 @@ module.exports = {
|
||||
},
|
||||
csp: {
|
||||
enable: true,
|
||||
directives: {
|
||||
},
|
||||
directives: {},
|
||||
addDefaults: true,
|
||||
addDisqus: true,
|
||||
addGoogleAnalytics: true,
|
||||
@ -192,3 +189,5 @@ module.exports = {
|
||||
autoVersionCheck: true,
|
||||
defaultTocDepth: 3
|
||||
}
|
||||
|
||||
export = defaultConfig
|
Loading…
x
Reference in New Issue
Block a user