diff options
author | Sheogorath | 2018-04-14 22:18:00 +0200 |
---|---|---|
committer | Sheogorath | 2018-04-14 22:20:25 +0200 |
commit | 132b445fefda5bf7d8af69ebe3353440e7f7612d (patch) | |
tree | 2bc1161810b573aea46b018365b3a6ab2b40fc5b /config.json.example | |
parent | 10121118fbf5681ab3560a5384d06382e5874132 (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>
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 4 |
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 |