Update config.json

This commit is contained in:
Alexandre
2021-05-04 16:15:47 +02:00
committed by GitHub
parent b53fb3c0b8
commit fc500dae04

View File

@@ -29,8 +29,7 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"ocrlang": "eng,fra", "ocrlang": "eng,fra"
"smbv1": false
}, },
"apparmor": true, "apparmor": true,
"schema": { "schema": {
@@ -40,7 +39,7 @@
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"smbv1": "bool", "smbv1": "bool?",
"TZ": "str?" "TZ": "str?"
} }
} }