From 04c53702d9a1d7dffac6e64a708e8b39a0c0212c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 May 2020 13:02:03 +0200 Subject: [PATCH] fix typo --- conf/config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json.example b/conf/config.json.example index bd1435d..51f55c1 100644 --- a/conf/config.json.example +++ b/conf/config.json.example @@ -6,7 +6,7 @@ "loglevel": "info", "useCDN": false, "allowGravatar": false, - "allowFreeURL" true, + "allowFreeURL": true, "hsts": { "enable": true, "maxAgeSeconds": 31536000,