Browse Source

调整配置

liuqq 3 years ago
parent
commit
56ccfb0e42

+ 6 - 6
config-server/src/main/resources/shared/icssman-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://121.199.175.124:13306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -65,10 +65,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 
@@ -76,9 +76,9 @@ spring:
   redis:
     database:
       cache: 5 # Redis缓存索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 121.199.175.124  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: Lant0ne # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)

+ 10 - 10
config-server/src/main/resources/shared/knowledgeman-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+      url: jdbc:mysql://21.199.175.124:13306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -71,10 +71,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 
@@ -82,9 +82,9 @@ spring:
   redis:
     database:
       cache: 6 # Redis缓存索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 121.199.175.124  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: Lant0ne # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -125,16 +125,16 @@ mybatis-plus:
 hystrix.command.AIServiceClient#createFile().execution.isolation.thread.timeoutInMilliseconds: 180000
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://21.199.175.124:82
 
 neo:
   server:
-    address: http://192.168.2.123:5004
+    address: http://21.199.175.124:5004
 
 ai:
   server:
-    address: http://192.168.2.123:5008
+    address: http://21.199.175.124:5008
 
 nlp:
   server:
-    address: http://192.168.2.123:5002
+    address: http://21.199.175.124:5002