From fb46e188b8d8d481b5185e7974b62367582e38dc Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 21 Nov 2018 11:14:59 +0100 Subject: [PATCH] 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 --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 8965add..fe8c810 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",