- NEXT_PUBLIC_API_PORT_3000 entfernt - API-Aufrufe basieren jetzt auf window.location.hostname:3000 - kein Rebuild mehr bei IP-Änderung nötig - .env.local aufgeräumt - CHANGELOG.md auf 1.1.68 aktualisiert
19 lines
576 B
Plaintext
19 lines
576 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) , Variablen mit dem Präfix "NEXT_PUBLIC" ist in Browser sichtbar
|
|
NEXT_PUBLIC_SERVER_URL="http://10.10.0.70"
|
|
NEXT_PUBLIC_ENABLE_GEOCODER=true
|
|
NEXT_PUBLIC_USE_MOCK_API=false
|
|
NEXT_PUBLIC_DEBUG_LOG=true
|
|
|
|
# für Polylines/kabelstecken -> in Konextmenü "Station öffnen" "
|
|
NEXT_PUBLIC_BASE_URL=http://10.10.0.70/talas5/devices/
|
|
NEXT_PUBLIC_API_BASE_URL=http://10.10.0.70/talas5/ClientData/WebServiceMap.asmx
|
|
|