|
|
|
|
@ -1,13 +1,12 @@
|
|
|
|
|
#power\u6743\u9650\u7CFB\u7EDF\u7684\u670D\u52A1\u5668\u5730\u5740\u5934
|
|
|
|
|
POWER_IP =localhost
|
|
|
|
|
POWER_URLHEAD = http://localhost:8080/power
|
|
|
|
|
POWER_IP =10.1.1.146
|
|
|
|
|
POWER_URLHEAD = http://10.1.1.146:8080/power
|
|
|
|
|
|
|
|
|
|
POWER_JSPHEAD = localhost
|
|
|
|
|
POWER_JSP = http://localhost:8080/power
|
|
|
|
|
POWER_JSPHEAD = 10.1.1.146
|
|
|
|
|
POWER_JSP = http://10.1.1.146:8080/power
|
|
|
|
|
|
|
|
|
|
#\u672C\u8EAB\u7CFB\u7EDF\u7684\u670D\u52A1\u5668\u5730\u5740\u5934
|
|
|
|
|
EMR_RECORD_JSP = http://localhost:8081/emr_record
|
|
|
|
|
|
|
|
|
|
EMR_RECORD_JSP = http://10.1.1.146:8080/emr_record
|
|
|
|
|
|
|
|
|
|
#webSocket\u670D\u52A1\u5668\u5730\u5740
|
|
|
|
|
WEBSOCKET_URLHEAD = ${POWER_JSPHEAD}:8088
|
|
|
|
|
|