Ver Fonte

修改127.0.0.1配置

sorelythrob há 1 semana atrás
pai
commit
951acece16

+ 2 - 2
resources/nacos-yaml/webchat-api-service-dev.yaml

@@ -2,8 +2,8 @@
 spring:
   datasource:
     url: jdbc:mysql://192.168.36.128:3306/webchat_act?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true
-    username: root
-    password: 12345678
+    username: webchat_act
+    password: siKB2dJPxKhERayG
     driver-class-name: com.mysql.jdbc.Driver
     hikari:
       maximum-pool-size: 10

+ 2 - 2
resources/nacos-yaml/webchat-pay-service-dev.yaml

@@ -2,8 +2,8 @@
 spring:
   datasource:
     url: jdbc:mysql://192.168.36.128:3306/webchat_payment?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true
-    username: root
-    password: 12345678
+    username: webchat_payment
+    password: RLYk88XmeYCXMRwA
     driver-class-name: com.mysql.jdbc.Driver
     hikari:
       maximum-pool-size: 50

+ 2 - 2
resources/nacos-yaml/webchat-pgc-service-dev.yaml

@@ -2,8 +2,8 @@
 spring:
   datasource:
     url: jdbc:mysql://192.168.36.128:3306/webchat_pgc?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true
-    username: root
-    password: 12345678
+    username: webchat_pgc
+    password: 7SCBXNEFfpt52pBT
     driver-class-name: com.mysql.jdbc.Driver
     hikari:
       maximum-pool-size: 50

+ 2 - 2
resources/nacos-yaml/webchat-user-service-dev.yaml

@@ -3,8 +3,8 @@ spring:
     allow-bean-definition-overriding: true
   datasource:
     url: jdbc:mysql://192.168.36.128:3306/webchat_user?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true
-    username: root
-    password: 12345678
+    username: webchat_user
+    password: 3irytGRDBMwbsFaf
     driver-class-name: com.mysql.jdbc.Driver
     hikari:
       maximum-pool-size: 50