GisLinesStatusMock.json für Mocking
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// /config/appVersion
|
||||
export const APP_VERSION = "1.1.13";
|
||||
export const APP_VERSION = "1.1.14";
|
||||
|
||||
@@ -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
|
||||
|
||||
1447
public/mockData/GisLinesStatusMock.json
Normal file
1447
public/mockData/GisLinesStatusMock.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user