summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-11-21 11:32:00 +0100
committerGitHub2018-11-21 11:32:00 +0100
commit41fd4f0d665e45615c96a7e9ce5d5ca0312c725e (patch)
tree4dfb9d77ae1ce6298a0371da0e3883e8c2d0ce53 /config.json.example
parent2323d203b4fbeff87a2a8be3fc1c5f34c84120d3 (diff)
parentfb46e188b8d8d481b5185e7974b62367582e38dc (diff)
Merge pull request #1070 from SISheogorath/fix/configExample
Fix typo in config.json.example
Diffstat (limited to '')
-rw-r--r--config.json.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index 8965add2..fe8c810c 100644
--- a/config.json.example
+++ b/config.json.example
@@ -17,7 +17,7 @@
},
"production": {
"domain": "localhost",
- "loglevel": "info"
+ "loglevel": "info",
"hsts": {
"enable": true,
"maxAgeSeconds": "31536000",