Update config.json

This commit is contained in:
Alexandre
2021-02-05 18:52:46 +01:00
committed by GitHub
parent ccb7030555
commit cd8bfdc25e

View File

@@ -33,15 +33,11 @@
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0
"local_ip_subset": "192.168.178.0/24"
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"certfile": "str?",
"keyfile": "str?",
"local_ip_subset": "str?",
"TZ": "str?" "TZ": "str?"
} }
} }