Browse Source

宁波中医院配置文件

xuejiafu 4 years ago
parent
commit
62df1705be
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/main/resources/application-local.yml

+ 8 - 8
src/main/resources/application-local.yml

@@ -92,7 +92,7 @@ spring:
         cdss:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.236:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
+          url: jdbc:mysql://11.100.100.127:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
           username: root
           password: lantone
           druid:
@@ -100,7 +100,7 @@ spring:
         med:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.236:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
+          url: jdbc:mysql://11.100.100.127:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
           username: root
           password: lantone
           druid:
@@ -115,8 +115,8 @@ spring:
     database:
       cache: 11 # cache索引
       similar: 11 # similar索引
-    host: 192.168.2.236  #Redis服务器地址
-    port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
+    host: 11.100.100.126  #Redis服务器地址
+    port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
     password: lantone # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
@@ -168,10 +168,10 @@ swagger:
   enable: true
 
 CRF:
-  url: http://192.168.2.234:3456
+  url: http://11.100.100.128:3456
 
 StandConvert:
-  url: http://192.168.2.234:23232
+  url: http://11.100.100.128:23232
   rate: 0.9
 
 StandConvertNew:
@@ -179,10 +179,10 @@ StandConvertNew:
   rate: 0.9
 
 IcssPush:
-  url: http://192.168.2.234:5008
+  url: http://11.100.100.126:5008
 
 # 新版推送
 PushNew:
-  url: http://192.168.2.234:9210
+  url: http://11.100.100.128:9210
 
 debugFlag: true