From 3fe68289f6451101e108602b85cc76ba40df4cad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 26 Dec 2022 08:31:21 +0100 Subject: [PATCH] Update config.json --- mealie_frontend/config.json | 4 ++++ 1 file changed, 4 insertions(+) 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"