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:
parent
2323d203b4
commit
fb46e188b8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"production": {
|
||||
"domain": "localhost",
|
||||
"loglevel": "info"
|
||||
"loglevel": "info",
|
||||
"hsts": {
|
||||
"enable": true,
|
||||
"maxAgeSeconds": "31536000",
|
||||
|
|
Loading…
Reference in a new issue