Browse Source

调整配置

liuqq 3 years ago
parent
commit
ec0f238f02
1 changed files with 9 additions and 9 deletions
  1. 9 9
      config-server/src/main/resources/shared/ltkg-service-pro.yml

+ 9 - 9
config-server/src/main/resources/shared/ltkg-service-pro.yml

@@ -12,9 +12,9 @@ spring:
       datasource:
         neo4j:
           driver-class-name: org.neo4j.jdbc.Driver
-          url: jdbc:neo4j:http://192.168.2.122:7472
+          url: jdbc:neo4j:http://121.199.175.124:7474
           username: neo4j
-          password: 12345678
+          password: Lant0ne
           #定义初始连接数
           initialSize: 0
           #定义最大连接数
@@ -28,9 +28,9 @@ spring:
         mysql:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.122:3306/sys-ltkg?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+          url: jdbc:mysql://121.199.175.124:13306/sys-ltkg?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
           username: root
-          password: lantone
+          password: LanT0ne@2021
 
 
   cloud:
@@ -42,10 +42,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: /
 
@@ -91,11 +91,11 @@ mybatis-plus:
 
 nlprel:
   server:
-    address: http://192.168.2.123:3456
+    address: http://121.199.175.124:3456
 
 qa:
   server:
-    address: http://192.168.2.123:9998
+    address: http://121.199.175.124:9998
 term:
   server:
-    address: http://192.168.2.123:23232
+    address: http://121.199.175.124:23232