Add test-server to list of labors

This commit is contained in:
Artur Savitskiy 2024-06-05 08:56:37 +02:00
parent 9352127810
commit 3895fa33ab
2 changed files with 3 additions and 4 deletions

View File

@ -10,13 +10,12 @@ package de.labor_stein.befund.Core.Https;
public enum Servers public enum Servers
{ {
// Development server change ip to your local ip // Development server change ip to your local ip
DEVELOPMENT("patientenbefundapp.labor-muenster.de"), DEVELOPMENT("127.0.0.1"),
//DEVELOPMENT("172.21.200.145"),
/** /**
* HOST´s of productive outside services * HOST´s of productive outside services
*/ */
LIS_SIMULATOR("pba-simulator.patientenbefundapp.labor-limbach-hannover.de:8443"), LIS_SIMULATOR("10.200.200.102"),
LABOR_HEIDELBERG("patientenbefundapp.labor-limbach.de"), LABOR_HEIDELBERG("patientenbefundapp.labor-limbach.de"),
LABOR_LUDWIGSBURG("patientenbefundapp.mvz-labor-lb.de"), LABOR_LUDWIGSBURG("patientenbefundapp.mvz-labor-lb.de"),
LABOR_ULM("patientenbefundapp.humangenetik-ulm.de"), LABOR_ULM("patientenbefundapp.humangenetik-ulm.de"),

View File

@ -68,7 +68,7 @@ public class Labor
lis_simulator.city = "Testort"; lis_simulator.city = "Testort";
lis_simulator.zip = "77777"; lis_simulator.zip = "77777";
lis_simulator.tel = "+49 77 123 456"; lis_simulator.tel = "+49 77 123 456";
lis_simulator.web = "pba-simulator.patientenbefundapp.labor-limbach-hannover.de"; lis_simulator.web = "10.200.200.102";
lis_simulator.logo = R.drawable.labor_hannover; lis_simulator.logo = R.drawable.labor_hannover;
lis_simulator.host = Servers.LIS_SIMULATOR; lis_simulator.host = Servers.LIS_SIMULATOR;
lis_simulator.active = true; lis_simulator.active = true;