diff --git a/.env.local b/.env.local index b0f248e2d..1ae3ed34f 100644 --- a/.env.local +++ b/.env.local @@ -12,7 +12,7 @@ NEXT_PUBLIC_DEBUG_LOG=true #auf dem Entwicklungsrechner dev läuft auf Port 3000 und auf dem Server prod auf Port 80, aber der WebService ist immer auf PORT 80 -NEXT_PUBLIC_API_PORT_MODE=dev +NEXT_PUBLIC_API_PORT_MODE=prod NEXT_PUBLIC_USE_MOCKS=false # Der Unterordner talas5 gleich hinter der IP-Adresse (oder Servername) muss konfigurierbar sein. diff --git a/bugs.md b/bugs.md index f1a90845a..7b64092b9 100644 --- a/bugs.md +++ b/bugs.md @@ -18,7 +18,7 @@ ### 2. Kontextmenü wird bei Geräten nicht angezeigt -- [ ] Kontextmenü anzeigen -- [ ] Station öffnen (Tab) anzeigen -- [ ] Station öffnen (Tab) Link prüfen -- [ ] SMS Modem in control panel passt nicht zu station static und status +- [x] Kontextmenü anzeigen +- [x] Station öffnen (Tab) anzeigen +- [x] Station öffnen (Tab) Link prüfen +- [x] SMS Modem in control panel passt nicht zu station static und status diff --git a/config/appVersion.js b/config/appVersion.js index 68f30402a..7113e4ed2 100644 --- a/config/appVersion.js +++ b/config/appVersion.js @@ -1,2 +1,2 @@ // /config/appVersion -export const APP_VERSION = "1.1.219"; +export const APP_VERSION = "1.1.220";