Für 10.10.0.30 vorbereitet
This commit is contained in:
42
.env.local
42
.env.local
@@ -1,23 +1,7 @@
|
|||||||
#.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=10.10.0.30
|
DB_HOST=10.10.0.30
|
||||||
#DB_USER=root
|
|
||||||
#DB_PASSWORD="root#$"
|
|
||||||
#DB_NAME=talas_v5
|
|
||||||
#DB_PORT=3306
|
|
||||||
|
|
||||||
|
|
||||||
#########################
|
|
||||||
|
|
||||||
#NEXT_PUBLIC_BASE_URL="http://10.10.0.30/talas5/devices/"
|
|
||||||
#NEXT_PUBLIC_SERVER_URL="http://10.10.0.30"
|
|
||||||
#NEXT_PUBLIC_PROXY_TARGET="http://10.10.0.30"
|
|
||||||
#NEXT_PUBLIC_ONLINE_TILE_LAYER="http://10.10.0.30:3000/mapTiles/{z}/{x}/{y}.png"
|
|
||||||
#########################
|
|
||||||
|
|
||||||
|
|
||||||
DB_HOST=10.10.0.70
|
|
||||||
DB_USER=root
|
DB_USER=root
|
||||||
DB_PASSWORD="root#$"
|
DB_PASSWORD="root#$"
|
||||||
DB_NAME=talas_v5
|
DB_NAME=talas_v5
|
||||||
@@ -26,10 +10,26 @@ DB_PORT=3306
|
|||||||
|
|
||||||
#########################
|
#########################
|
||||||
|
|
||||||
NEXT_PUBLIC_BASE_URL="http://10.10.0.70/talas5/devices/"
|
NEXT_PUBLIC_BASE_URL="http://10.10.0.30/talas5/devices/"
|
||||||
NEXT_PUBLIC_SERVER_URL="http://10.10.0.70"
|
NEXT_PUBLIC_SERVER_URL="http://10.10.0.30"
|
||||||
NEXT_PUBLIC_PROXY_TARGET="http://10.10.0.70"
|
NEXT_PUBLIC_PROXY_TARGET="http://10.10.0.30"
|
||||||
NEXT_PUBLIC_ONLINE_TILE_LAYER="http://10.10.0.13:3000/mapTiles/{z}/{x}/{y}.png"
|
NEXT_PUBLIC_ONLINE_TILE_LAYER="http://10.10.0.30:3000/mapTiles/{z}/{x}/{y}.png"
|
||||||
|
#########################
|
||||||
|
|
||||||
|
|
||||||
|
#DB_HOST=10.10.0.70
|
||||||
|
#DB_USER=root
|
||||||
|
#DB_PASSWORD="root#$"
|
||||||
|
#DB_NAME=talas_v5
|
||||||
|
#DB_PORT=3306
|
||||||
|
|
||||||
|
|
||||||
|
#########################
|
||||||
|
|
||||||
|
#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.13:3000/mapTiles/{z}/{x}/{y}.png"
|
||||||
#NEXT_PUBLIC_ONLINE_TILE_LAYER="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
#NEXT_PUBLIC_ONLINE_TILE_LAYER="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
||||||
#########################
|
#########################
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -20,7 +20,7 @@ export function openInNewTab(e, target) {
|
|||||||
idLD = target.options.idLD;
|
idLD = target.options.idLD;
|
||||||
idModul = target.options.idModul;
|
idModul = target.options.idModul;
|
||||||
if (idLD) {
|
if (idLD) {
|
||||||
link = `${baseUrl}/talas5/devices/cpl.aspx?id=${idLD}`;
|
link = `${baseUrl}cpl.aspx?id=${idLD}`;
|
||||||
if (idModul) {
|
if (idModul) {
|
||||||
//link += `&module=${idModul}`;
|
//link += `&module=${idModul}`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user