Compare commits

..

No commits in common. "7ed602c7818fd60f09ff3c4b8ded3cfb91cce749" and "9d89b1351cb50f78ab73439866b0c45c7efce258" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -10,12 +10,13 @@ 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("127.0.0.1"), DEVELOPMENT("192.168.178.158"),
//DEVELOPMENT("172.21.200.145"),
/** /**
* HOST´s of productive outside services * HOST´s of productive outside services
*/ */
LIS_SIMULATOR("labaccess.de:8443"), LIS_SIMULATOR("pba-simulator.patientenbefundapp.labor-limbach-hannover.de:8443"),
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 = "labaccess.de:8443"; lis_simulator.web = "pba-simulator.patientenbefundapp.labor-limbach-hannover.de";
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;