diff --git a/mealie_frontend/config.json b/mealie_frontend/config.json index 7917191bd..947d3066d 100644 --- a/mealie_frontend/config.json +++ b/mealie_frontend/config.json @@ -14,6 +14,8 @@ "name": "Do not use (Mealie frontend)", "options": { "API_URL": "http://homeassistant.local:9000", + "PGID": 1000, + "PUID": 1000, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false @@ -28,6 +30,8 @@ "schema": { "API_URL": "str", "BASE_URL": "str?", + "PGID": "int", + "PUID": "int", "certfile": "str", "keyfile": "str", "ssl": "bool"