GisLinesStatusMock.json für Mocking

This commit is contained in:
ISA
2025-03-07 08:17:07 +01:00
parent bed9ce7772
commit 66d847705f
4 changed files with 1450 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ DB_NAME=talas_v5
DB_PORT=3306
# Public Settings (Client braucht IP/Domain)
NEXT_PUBLIC_SERVER_URL="http://192.168.10.33" # oder evtl. später https://nodemap.firma.de
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

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.13";
export const APP_VERSION = "1.1.14";

View File

@@ -41,7 +41,7 @@ if (typeof window !== "undefined") {
mapGisStationsMeasurementsUrl = "/mockData/gisStationsMeasurementsMock.json";
mapGisSystemStaticUrl = "/mockData/gisSystemStaticMock.json";
mapDataIconUrl = "/mockData/deviceNameByIdMock.json";
webserviceGisLinesStatusUrl = "/mockData/gisStationsStatusMock.json";
webserviceGisLinesStatusUrl = "/mockData/GisLinesStatusMock.json";
console.log("📡 Mock-Mode aktiv: Daten werden aus /public/mockData geladen.");
} else {
// Echte URLs zur Webservice-API

File diff suppressed because it is too large Load Diff