- BASE_URL für Polyline-Links angepasst auf http://10.10.0.70/talas5/devices/ - Ursache war fehlende oder fehlerhafte NEXT_PUBLIC_BASE_URL aus .env.local - Jetzt
16 lines
472 B
Plaintext
16 lines
472 B
Plaintext
#.env.local
|
|
# DB-Settings (nur Backend)
|
|
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASSWORD="root#$"
|
|
DB_NAME=talas_v5
|
|
DB_PORT=3306
|
|
|
|
# Public Settings (Client braucht IP/Domain)
|
|
NEXT_PUBLIC_SERVER_URL="http://10.10.0.70" # oder evtl. später https://nodemap.firma.de
|
|
NEXT_PUBLIC_ENABLE_GEOCODER=true
|
|
NEXT_PUBLIC_USE_MOCK_API=true
|
|
NEXT_PUBLIC_DEBUG_LOG=true
|
|
|
|
# für Polylines/kabelstecken -> in Konextmenü "Station öffnen" "
|
|
NEXT_PUBLIC_BASE_URL=http://10.10.0.70/talas5/devices/ |