Redux, idLD speichern nur Aktive Geräte

This commit is contained in:
ISA
2025-02-03 08:46:18 +01:00
parent b2777612f2
commit 3fb5e54af7
9 changed files with 161 additions and 428 deletions

View File

@@ -1,17 +1,17 @@
#.env.local
#je nach dem Mysql Server, ob localhost freigegeben ist oder die IP Adresse des Servers, manchmal die beide und manchmal nur eine
DB_HOST=192.168.10.33
DB_HOST=10.10.0.70
DB_USER=root
DB_PASSWORD="root#$"
DB_NAME=talas_v5
DB_PORT=3306
#########################
NEXT_PUBLIC_BASE_URL="http://192.168.10.33/talas5/devices/"
NEXT_PUBLIC_SERVER_URL="http://192.168.10.33"
NEXT_PUBLIC_PROXY_TARGET="http://192.168.10.33"
NEXT_PUBLIC_ONLINE_TILE_LAYER="http://192.168.10.33/talas5/TileMap/mapTiles/{z}/{x}/{y}.png"
NEXT_PUBLIC_BASE_URL="http://10.10.0.70/talas5/devices/"
NEXT_PUBLIC_SERVER_URL="http://10.10.0.70"
NEXT_PUBLIC_PROXY_TARGET="http://10.10.0.70"
NEXT_PUBLIC_ONLINE_TILE_LAYER="http://10.10.0.70/talas5/TileMap/mapTiles/{z}/{x}/{y}.png"
#########################