From 9d0fc6b92136f03f958b6b9e6c99035d36d39064 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 26 Dec 2022 08:14:30 +0100 Subject: [PATCH] Update config.json --- mealie_frontend/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mealie_frontend/config.json b/mealie_frontend/config.json index 6f87f514d..f4ad57724 100644 --- a/mealie_frontend/config.json +++ b/mealie_frontend/config.json @@ -17,6 +17,7 @@ ], "name": "Do not use (Mealie frontend)", "options": { + "API_URL": "http://homeassistant.local:9000", "PGID": 1000, "PUID": 1000, "certfile": "fullchain.pem", @@ -25,12 +26,13 @@ }, "panel_icon": "mdi:silverware-fork-knife", "ports": { - "9000/tcp": 9000 + "3000/tcp": 3000 }, "ports_description": { - "9000/tcp": "frontend port" + "3000/tcp": "Webui" }, "schema": { + "API_URL": "str", "BASE_URL": "str?", "PGID": "int", "PUID": "int",