Update config.json

This commit is contained in:
Alexandre
2021-02-16 13:28:39 +01:00
committed by GitHub
parent b2425605a5
commit 241949a873

View File

@@ -37,17 +37,11 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"FilesFolder": "/share/ubooquity/files",
"ComicsFolder": "/share/ubooquity/comics",
"BooksFolder": "/share/ubooquity/books",
"maxmem": 120 "maxmem": 120
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"FilesFolder": "str",
"ComicsFolder": "str",
"BooksFolder": "str",
"maxmem": "int", "maxmem": "int",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",