.env.local auf 127.0.0.1
This commit is contained in:
19
.env.local
19
.env.local
@@ -1,6 +1,16 @@
|
|||||||
#.env.local
|
#.env.local
|
||||||
#je nach dem Mysql Server, ob localhost freigegeben ist oder die IP Adresse des Servers, manchmal die beide und manchmal nur eine
|
#je nach dem Mysql Server, ob localhost freigegeben ist oder die IP Adresse des Servers, manchmal die beide und manchmal nur eine
|
||||||
|
|
||||||
|
DB_HOST=127.0.0.1
|
||||||
|
DB_USER=root
|
||||||
|
DB_PASSWORD="root#$"
|
||||||
|
DB_NAME=talas_v5
|
||||||
|
DB_PORT=3306
|
||||||
|
######################### Online Karte
|
||||||
|
NEXT_PUBLIC_ONLINE_TILE_LAYER="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
||||||
|
######################### Offline Karte
|
||||||
|
#NEXT_PUBLIC_ONLINE_TILE_LAYER="http://127.0.0.1:3000/mapTiles/{z}/{x}/{y}.png"
|
||||||
|
|
||||||
#DB_HOST=10.10.0.13
|
#DB_HOST=10.10.0.13
|
||||||
#DB_USER=root
|
#DB_USER=root
|
||||||
#DB_PASSWORD="root#$"
|
#DB_PASSWORD="root#$"
|
||||||
@@ -15,13 +25,6 @@
|
|||||||
#########################
|
#########################
|
||||||
|
|
||||||
|
|
||||||
#DB_HOST=10.10.0.70
|
|
||||||
DB_HOST=127.0.0.1
|
|
||||||
DB_USER=root
|
|
||||||
DB_PASSWORD="root#$"
|
|
||||||
DB_NAME=talas_v5
|
|
||||||
DB_PORT=3306
|
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
#device nur Verlinkung wenn die gleiche DB ist
|
#device nur Verlinkung wenn die gleiche DB ist
|
||||||
#NEXT_PUBLIC_BASE_URL="http://10.10.0.70/talas5/devices/"
|
#NEXT_PUBLIC_BASE_URL="http://10.10.0.70/talas5/devices/"
|
||||||
@@ -43,5 +46,3 @@ DB_PORT=3306
|
|||||||
#NEXT_PUBLIC_PROXY_TARGET="http://192.168.10.168"
|
#NEXT_PUBLIC_PROXY_TARGET="http://192.168.10.168"
|
||||||
#NEXT_PUBLIC_ONLINE_TILE_LAYER="http://192.168.10.14:3000/mapTiles/{z}/{x}/{y}.png"
|
#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"
|
|
||||||
Reference in New Issue
Block a user