Skip to content

Commit 132b445

Browse files
committed
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>
1 parent 1012111 commit 132b445

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.json.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"includeSubdomains": true,
2323
"preload": true
2424
},
25-
csp: {
25+
"csp": {
2626
"enable": true,
2727
"directives": {
2828
},
29-
"upgradeInsecureRequests": "auto"
29+
"upgradeInsecureRequests": "auto",
3030
"addDefaults": true,
3131
"addDisqus": true,
3232
"addGoogleAnalytics": true

0 commit comments

Comments
 (0)