From e287bea277602bafd4ae20f70d4e081803b2efee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:51:58 +0100 Subject: [PATCH] Update config.json --- mealie/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index 9431120ee..4cc1f87ea 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -81,6 +81,7 @@ "name": "Mealie", "options": { "ALLOW_SIGNUP": true, + "DATA_DIR": "/config/addons_config/mealie_data", "PGID": 1000, "PUID": 1000, "certfile": "fullchain.pem", @@ -97,6 +98,7 @@ "schema": { "ALLOW_SIGNUP": "bool", "BASE_URL": "str?", + "DATA_DIR": "/config/addons_config/mealie_data", "PGID": "int", "PUID": "int", "certfile": "str", @@ -106,6 +108,6 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v1.0.0-5", + "version": "v1.0.0-6", "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" }