Skip to content

Commit

Permalink
Fix typo in config.json.example
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
SISheogorath committed Nov 21, 2018
1 parent 2323d20 commit fb46e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"production": {
"domain": "localhost",
"loglevel": "info"
"loglevel": "info",
"hsts": {
"enable": true,
"maxAgeSeconds": "31536000",
Expand Down

0 comments on commit fb46e18

Please sign in to comment.