Update config.json

This commit is contained in:
Alexandre
2021-02-05 18:42:38 +01:00
committed by GitHub
parent d4eb9dbc6a
commit ab31736f73

View File

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