From 5ba00ce2b31bf23f236e4d6477cf6f3085abb33c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 17:46:28 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index ec774a0c7..056b8b431 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -26,7 +26,7 @@ "share:rw", "media:rw" ], - "webui": "http://[HOST]:[PORT:8080]/mlkjzerhg", + "webui": "http://[HOST]:[PORT:8080]", "boot": "auto", "environment": { "WEBUI_PORT": "8080" @@ -40,8 +40,8 @@ "schema": { "PUID": "int", "PGID": "int", - "certfile": "str", - "keyfile": "str", + "certfile": "str?", + "keyfile": "str?", "TZ": "str?" } }