summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.json.example b/config.json.example
index 7e4394b0..98658770 100644
--- a/config.json.example
+++ b/config.json.example
@@ -17,17 +17,17 @@
"production": {
"domain": "localhost",
"hsts": {
- "enable": "true",
+ "enable": true,
"maxAgeSeconds": "31536000",
- "includeSubdomains": "true",
- "preload": "true"
+ "includeSubdomains": true,
+ "preload": true
},
csp: {
- "enable": "true",
+ "enable": true,
"directives": {
},
"upgradeInsecureRequests": "auto"
- "addDefaults": "true"
+ "addDefaults": true
},
"db": {
"username": "",