Update config.json

This commit is contained in:
Alexandre
2021-02-16 11:22:50 +01:00
committed by GitHub
parent cf3989e4ad
commit 07a06e4026

View File

@@ -37,11 +37,13 @@
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0,
"maxmem": 120
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"maxmem": "int",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",