Update config.json

This commit is contained in:
Alexandre
2021-02-11 09:34:27 +01:00
committed by GitHub
parent 7839a6f5b6
commit 636e09c30a

View File

@@ -28,8 +28,8 @@
"boot": "auto", "boot": "auto",
"environment": { "environment": {
"SCRUTINY_API_ENDPOINT": "http://localhost:8080", "SCRUTINY_API_ENDPOINT": "http://localhost:8080",
"SCRUTINY_WEB": true, "SCRUTINY_WEB": "true",
"SCRUTINY_COLLECTOR": true "SCRUTINY_COLLECTOR": "true"
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,
@@ -40,4 +40,4 @@
"PGID": "int", "PGID": "int",
"TZ": "str?" "TZ": "str?"
} }
} }