Przeglądaj źródła

调整为正式服配置

zhangqian 1 rok temu
rodzic
commit
bbb5f2fae5
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/main/resources/application-dev.yml

+ 3 - 3
src/main/resources/application-dev.yml

@@ -2,9 +2,9 @@ spring:
   application:
     name: gateService
   datasource:
-    url: jdbc:mysql://47.96.12.136:33069/ws_iot?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false
-    username: root
-    password: PXDN93VRKU221107
+    url: jdbc:mysql://172.16.69.193:33069/ws_iot?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false
+    username: iot_user
+    password: PXDN93VRKU230828
     driver-class-name: com.mysql.cj.jdbc.Driver
 
 customer: