From 2e5722e48e1cb093e75c7900ed3474576c633539 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 16 Jul 2025 23:12:33 +0200 Subject: [PATCH] Update config.json --- ente/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ente/config.json b/ente/config.json index 45e0fb148..a46791c8e 100644 --- a/ente/config.json +++ b/ente/config.json @@ -14,6 +14,7 @@ ], "environment": { "ENTE_API_ORIGIN": "http://[HOST]:[PORT:8080]", + "ENTE_ALBUMS_ORIGIN": "http://[HOST]:[PORT:3002]", "MINIO_ROOT_PASSWORD": "minioadmin", "MINIO_ROOT_USER": "minioadmin", "PGDATA": "/config/postgres", @@ -78,7 +79,7 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.0test19", + "version": "1.0.0test21", "video": true, "webui": "http://[HOST]:[PORT:3000]" }