From 081bf607943efbcd730fcfe059304c24fb2f0109 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Sat, 22 Jan 2022 21:40:32 +0100 Subject: [PATCH] Update dist.json --- dist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist.json b/dist.json index 125b32d..3b44d09 100644 --- a/dist.json +++ b/dist.json @@ -37,7 +37,7 @@ "FILTER_MODE": true, "FILES_ROOT": "/var/www/files/", "FILES_RETRIES": 15, - "SSL": "true", + "SSL": true, "URL": "a.uguu.se", "NAME_LENGTH": 8, "ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ", @@ -66,4 +66,4 @@ "application/x-mach-binary", "image/svg+xml" ] -} \ No newline at end of file +}