summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorSheogorath2018-11-21 11:14:59 +0100
committerSheogorath2018-11-21 11:17:59 +0100
commitfb46e188b8d8d481b5185e7974b62367582e38dc (patch)
tree4dfb9d77ae1ce6298a0371da0e3883e8c2d0ce53 /config.json.example
parent2323d203b4fbeff87a2a8be3fc1c5f34c84120d3 (diff)
Fix typo in config.json.example
We recently added the new logging option. As it turns out, the new option was not added correctly, which points out that our current json linting is **not working**. It throws an error but doesn't break. This patch fixes the typo in the example. It does not fix the CI part. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
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",