From de0ff741f7d9361de857f4126918d05587afdcb7 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 3 Dec 2024 09:42:04 +0100 Subject: [PATCH] =?UTF-8?q?test:=20mapTiles=20auf=20127.0.0.1=20f=C3=BCr?= =?UTF-8?q?=2013=20Test=20zuerst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.local b/.env.local index a6c47832d..583cbd45b 100644 --- a/.env.local +++ b/.env.local @@ -28,6 +28,7 @@ DB_PORT=3306 #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.13:3000/mapTiles/{z}/{x}/{y}.png" +NEXT_PUBLIC_ONLINE_TILE_LAYER="http://127.0.0.1:3000/mapTiles/{z}/{x}/{y}.png" ######################### #DB_HOST=192.168.10.168 @@ -43,4 +44,4 @@ DB_PORT=3306 #NEXT_PUBLIC_ONLINE_TILE_LAYER="http://192.168.10.14:3000/mapTiles/{z}/{x}/{y}.png" ######################### online -NEXT_PUBLIC_ONLINE_TILE_LAYER="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" \ No newline at end of file +#NEXT_PUBLIC_ONLINE_TILE_LAYER="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" \ No newline at end of file