From d7fc09cc371d06027e158b034d3684a6ffd8d54b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 16 Jul 2025 23:07:02 +0200 Subject: [PATCH] Update config.json --- ente/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ente/config.json b/ente/config.json index 45e0fb148..44ff61fd0 100644 --- a/ente/config.json +++ b/ente/config.json @@ -16,6 +16,7 @@ "ENTE_API_ORIGIN": "http://[HOST]:[PORT:8080]", "MINIO_ROOT_PASSWORD": "minioadmin", "MINIO_ROOT_USER": "minioadmin", + "ENTE_ALBUMS_ORIGIN": "http://[HOST]:[PORT:3002]", "PGDATA": "/config/postgres", "PGID": "0", "PUID": "0",