summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.json b/config.json
index 7a8a1be06c7c..9875eebcc660 100644
--- a/config.json
+++ b/config.json
@@ -4,14 +4,15 @@
"hsts": {
"enable": false
},
- "uploadsPath": "/var/lib/codimd/uploads"
+ "uploadsPath": "/var/lib/codimd/uploads",
+ "tmpPath": "/tmp"
},
"production": {
"loglevel": "info",
"hsts": {
"enable": true,
"maxAgeSeconds": 31536000,
- "includeSubdomains": true,
+ "includeSubDomains": true,
"preload": true
},
"csp": {
@@ -23,6 +24,7 @@
"addDisqus": false,
"addGoogleAnalytics": false
},
- "uploadsPath": "/var/lib/codimd/uploads"
+ "uploadsPath": "/var/lib/codimd/uploads",
+ "tmpPath": "/tmp"
}
}