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>
This commit is contained in:
Sheogorath 2018-04-14 22:18:00 +02:00
parent 10121118fb
commit 132b445fef
No known key found for this signature in database
GPG Key ID: 1F05CC3635CDDFFD
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@
"includeSubdomains": true,
"preload": true
},
csp: {
"csp": {
"enable": true,
"directives": {
},
"upgradeInsecureRequests": "auto"
"upgradeInsecureRequests": "auto",
"addDefaults": true,
"addDisqus": true,
"addGoogleAnalytics": true