diff --git a/.env.local b/.env.local index a6abb14d5..7bc6bdd83 100644 --- a/.env.local +++ b/.env.local @@ -11,3 +11,6 @@ NEXT_PUBLIC_SERVER_URL="http://10.10.0.70" # oder evtl. später https://nodema 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/ \ No newline at end of file diff --git a/config/appVersion.js b/config/appVersion.js index 98d707d51..9eb9a0c22 100644 --- a/config/appVersion.js +++ b/config/appVersion.js @@ -1,2 +1,2 @@ // /config/appVersion -export const APP_VERSION = "1.1.20"; +export const APP_VERSION = "1.1.21";