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?"