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