Update config.json

This commit is contained in:
Alexandre
2021-02-19 10:32:27 +01:00
committed by GitHub
parent b076d838a1
commit b1f55f061b

View File

@@ -40,7 +40,11 @@
"full_access": true, "full_access": true,
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001 "PGID": 1001,
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password",
"smbv1": false
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
@@ -49,6 +53,7 @@
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?" "cifspassword": "str?",
"smbv1": "bool"
} }
} }