summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2018-04-14 22:18:00 +0200
committerSheogorath2018-04-14 22:20:25 +0200
commit132b445fefda5bf7d8af69ebe3353440e7f7612d (patch)
tree2bc1161810b573aea46b018365b3a6ab2b40fc5b
parent10121118fbf5681ab3560a5384d06382e5874132 (diff)
Fix example config
This commit fixes some json fromat issues in our config example that causes errors on setup. This change should fix it. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
-rw-r--r--config.json.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example
index 2d9b7714..6cd55efb 100644
--- a/config.json.example
+++ b/config.json.example
@@ -22,11 +22,11 @@
"includeSubdomains": true,
"preload": true
},
- csp: {
+ "csp": {
"enable": true,
"directives": {
},
- "upgradeInsecureRequests": "auto"
+ "upgradeInsecureRequests": "auto",
"addDefaults": true,
"addDisqus": true,
"addGoogleAnalytics": true