Skip to content

Commit fb46e18

Browse files
committed
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 <[email protected]>
1 parent 2323d20 commit fb46e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"production": {
1919
"domain": "localhost",
20-
"loglevel": "info"
20+
"loglevel": "info",
2121
"hsts": {
2222
"enable": true,
2323
"maxAgeSeconds": "31536000",

0 commit comments

Comments
 (0)