Quellcode durchsuchen

配置文件调整

liuqq vor 3 Jahren
Ursprung
Commit
ca730f23b3
2 geänderte Dateien mit 12 neuen und 12 gelöschten Zeilen
  1. 1 1
      src/main/resources/application-local.yml
  2. 11 11
      src/main/resources/application-test.yml

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

@@ -1,5 +1,5 @@
 server:
-  port: 7010
+  port: 17010
   max-http-header-size: 10MB
 
 hystrix:

+ 11 - 11
src/main/resources/application-test.yml

@@ -1,5 +1,5 @@
 server:
-  port: 7010
+  port: 37010
   max-http-header-size: 10MB
 
 hystrix:
@@ -92,17 +92,17 @@ spring:
         cdss:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.241:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
+          url: jdbc:mysql://192.18.101.207:3306/cdss-test?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
           username: root
-          password: lantone
+          password: lt@great
           druid:
             initial-size: 5
         med:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.241:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
+          url: jdbc:mysql://192.18.101.207:3306/med_2021_test?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
           username: root
-          password: lantone
+          password: lt@great
           druid:
             initial-size: 5
 
@@ -115,7 +115,7 @@ spring:
     database:
       cache: 11 # cache索引
       similar: 11 # similar索引
-    host: 192.168.2.241  #Redis服务器地址
+    host: 192.18.101.207  #Redis服务器地址
     port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
     password: lantone # Redis服务器连接密码(默认为空)
     lettuce:
@@ -168,21 +168,21 @@ swagger:
   enable: true
 
 CRF:
-  url: http://192.168.2.234:3456
+  url: http://192.18.101.207:3456
 
 StandConvert:
-  url: http://192.168.2.234:23232
+  url: http://192.18.101.207:23232
   rate: 0.9
 
 StandConvertNew:
-  url: http://192.168.3.150:7000
+  url: http://192.18.101.207:7000
   rate: 0.9
 
 IcssPush:
-  url: http://192.168.2.241:5008
+  url: http://192.18.101.207:5008
 
 # 新版推送:9212【本地,236】,9211【241】,9210【121,122】
 PushNew:
-  url: http://192.168.2.234:9211
+  url: http://192.18.101.207:9210
 
 debugFlag: true