From cfccf49d1c36507af1201737622e27a7760cbcb0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Feb 2021 11:39:25 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 8c15826c8..2c2b7e114 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -37,14 +37,14 @@ "options": { "ssl": false, "certfile": "/ssl/fullchain.pem", - "keyfile": "/ssl/privkey.pem" + "keyfile": "/ssl/privkey.pem", "PUID": 0, "PGID": 0 }, "schema": { "ssl": "bool", "certfile": "str", - "keyfile": "str" + "keyfile": "str", "PUID": "int", "PGID": "int", "TZ": "str?"