From 706bbb895fe43c256ee5dbda936b38839c001fa8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:37:01 +0200 Subject: [PATCH] Update 99-run.sh --- ente/rootfs/etc/cont-init.d/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ente/rootfs/etc/cont-init.d/99-run.sh b/ente/rootfs/etc/cont-init.d/99-run.sh index 4ec386bee..23c9259c5 100755 --- a/ente/rootfs/etc/cont-init.d/99-run.sh +++ b/ente/rootfs/etc/cont-init.d/99-run.sh @@ -209,8 +209,8 @@ start_web() { return 0 fi - ENTE_API_ORIGIN="127.0.0.1:8080" - ENTE_ALBUMS_ORIGIN="${ENTE_ALBUMS_ORIGIN:-${ENTE_API_ORIGIN}}" + ENTE_API_ORIGIN=http://localhost:8080 + ENTE_ALBUMS_ORIGIN=http://localhost:3002 export ENTE_API_ORIGIN ENTE_ALBUMS_ORIGIN # Running ente-web-prepare