Update config.json

This commit is contained in:
Alexandre
2021-08-26 12:59:11 +02:00
committed by GitHub
parent 677f57eeac
commit 3a1b44e778

View File

@@ -63,6 +63,7 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"claim": "Get_from_https://www.plex.tv/claim",
"networkdisks": "//server/share", "networkdisks": "//server/share",
"cifsusername": "username", "cifsusername": "username",
"cifspassword": "password" "cifspassword": "password"
@@ -70,6 +71,7 @@
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"claim": "str",
"TZ": "str?", "TZ": "str?",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",