From b0338fb5884c12705cfeb383c5406e23e74a9d6c Mon Sep 17 00:00:00 2001 From: zhangchao Date: Thu, 21 Mar 2024 14:55:35 +0800 Subject: [PATCH] =?UTF-8?q?#fix:=E6=96=B0=E5=A2=9E=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=90=8D=E7=9B=AE=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-operate-api/src/main/resources/config.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/resources/config.properties b/platform-operate-api/src/main/resources/config.properties index 19951c8..04dfea2 100644 --- a/platform-operate-api/src/main/resources/config.properties +++ b/platform-operate-api/src/main/resources/config.properties @@ -54,4 +54,8 @@ area_url=http://localhost:8082 #隆化妇幼同步his的地址 lhfy_his_url=http://lhhis-chengde-api.healthbaby.com.cn:8090/Default.asmx/HosRegister #隆化妇幼获取lis的url -lhfy_lis_url=https://lhfy-chengde-api.healthbaby.com.cn:12356/lis/getLhLisById \ No newline at end of file +lhfy_lis_url=https://lhfy-chengde-api.healthbaby.com.cn:12356/lis/getLhLisById + +#redis.servers=119.90.57.26:6379:Lyms123456 +# 测试环境 118.193.124.187:6379:Lyms123456 +redis_servers=118.193.124.187:6379:Lyms123456 \ No newline at end of file -- 1.8.3.1