Update 99-run.sh

This commit is contained in:
Alexandre
2025-07-21 15:55:38 +02:00
committed by GitHub
parent a7329333d8
commit 4c5d095d41

View File

@@ -209,7 +209,7 @@ start_web() {
return 0
fi
ENTE_API_ORIGIN="${ENTE_API_ORIGIN:-http://192.168.178.23:$(bashio::addon.port "8080")}"
ENTE_API_ORIGIN="127.0.0.1:8080"
ENTE_ALBUMS_ORIGIN="${ENTE_ALBUMS_ORIGIN:-${ENTE_API_ORIGIN}}"
export ENTE_API_ORIGIN ENTE_ALBUMS_ORIGIN