From 04964f30c95fb0cde4664039a5ec27ac0f08a141 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:57:45 +0200 Subject: [PATCH] Update config.json --- mealie/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index b802a3a6e..c90552632 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -18,7 +18,9 @@ "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "ssl": false + "ssl": false, + "PGID": 1000, + "PUID": 1000 }, "panel_icon": "mdi:silverware-fork-knife", "ports": { @@ -30,7 +32,9 @@ "schema": { "certfile": "str", "keyfile": "str", - "ssl": "bool" + "ssl": "bool", + "PGID": "int", + "PUID": "int" }, "slug": "mealie", "startup": "services",