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>
This commit is contained in:
Sheogorath 2018-11-21 11:14:59 +01:00
parent 2323d203b4
commit fb46e188b8
No known key found for this signature in database
GPG Key ID: 1F05CC3635CDDFFD
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
},
"production": {
"domain": "localhost",
"loglevel": "info"
"loglevel": "info",
"hsts": {
"enable": true,
"maxAgeSeconds": "31536000",