From eb8732c6467ae5e34e3b155ebe50204b5e201fdd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:39:41 +0100 Subject: [PATCH] Update config.json --- mealie_api/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mealie_api/config.json b/mealie_api/config.json index cd9918763..a01a8b6dc 100644 --- a/mealie_api/config.json +++ b/mealie_api/config.json @@ -15,8 +15,8 @@ ], "name": "Do not use (Mealie API)", "options": { - "PGID": 0, - "PUID": 0, + "PGID": 1000, + "PUID": 1000, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false