From 132b445fefda5bf7d8af69ebe3353440e7f7612d Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sat, 14 Apr 2018 22:18:00 +0200 Subject: [PATCH] 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 --- config.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index 2d9b771..6cd55ef 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