feat: dynamische ev.local und URL für Karte, Karte ist lokal zugreifen ohne IP zu ändern auf verschiedene Server

This commit is contained in:
ISA
2024-12-12 20:24:38 +01:00
parent 8a628c9f16
commit 4f154e262a
3 changed files with 74 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ DB_USER=root
DB_PASSWORD="root#$"
DB_NAME=talas_v5
DB_PORT=3306
######################### Online Karte
######################### Karte die ist in /config/url.js
#NEXT_PUBLIC_ONLINE_TILE_LAYER="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
######################### Offline Karte
#NEXT_PUBLIC_ONLINE_TILE_LAYER="http://127.0.0.1:3000/mapTiles/{z}/{x}/{y}.png"