Update config.json

This commit is contained in:
Alexandre
2021-02-23 21:57:37 +01:00
committed by GitHub
parent d9c6d44ad9
commit 0d906a83a3

View File

@@ -37,7 +37,8 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"maxmem": 200, "maxmem": 200,
"theme": "default",
"networkdisks": "//IP/SHARE", "networkdisks": "//IP/SHARE",
"cifsusername": "username", "cifsusername": "username",
"cifspassword": "folder", "cifspassword": "folder",
@@ -47,7 +48,7 @@
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"maxmem": "int", "maxmem": "int",
"customUI": "list(|comixology2)?", "theme": "list(default|comixology2)",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",