feat: Dynamische Basis-URL für NEXT_PUBLIC_BASE_URL implementiert
- Protokoll und Hostname dynamisch über window.location abgeleitet. - Basis-URL auf /talas5/devices/ angepasst. - Unterstützt flexible Umgebungskonfiguration (z. B. Entwicklungs- und Produktionsumgebungen).
This commit is contained in:
@@ -23,7 +23,7 @@ DB_PORT=3306
|
||||
|
||||
#########################
|
||||
#device nur Verlinkung wenn die gleiche DB ist
|
||||
NEXT_PUBLIC_BASE_URL="http://10.10.0.70/talas5/devices/"
|
||||
#NEXT_PUBLIC_BASE_URL="http://10.10.0.70/talas5/devices/"
|
||||
#NEXT_PUBLIC_SERVER_URL="http://10.10.0.70"
|
||||
#NEXT_PUBLIC_PROXY_TARGET="http://10.10.0.70"
|
||||
#NEXT_PUBLIC_ONLINE_TILE_LAYER="http://10.10.0.13:3000/mapTiles/{z}/{x}/{y}.png"
|
||||
|
||||
Reference in New Issue
Block a user