Update config.json

This commit is contained in:
Alexandre
2021-02-18 20:10:49 +01:00
committed by GitHub
parent 7b1743b29e
commit b6d5f266c1

View File

@@ -41,6 +41,7 @@
"whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16", "whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16",
"SavePath": "/share/qBittorrent", "SavePath": "/share/qBittorrent",
"Username": "admin", "Username": "admin",
"smbv1": false,
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0
}, },
@@ -57,6 +58,7 @@
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"smbv1": bool,
"TZ": "str?" "TZ": "str?"
} }
} }