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",
"environment": {
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
"SCRUTINY_WEB": true,
"SCRUTINY_COLLECTOR": true
"SCRUTINY_WEB": "true",
"SCRUTINY_COLLECTOR": "true"
},
"options": {
"PUID": 0,
@@ -40,4 +40,4 @@
"PGID": "int",
"TZ": "str?"
}
}
}