From fbb9b4374821b43d0b85aa569977415fd8d77cd9 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期一, 03 七月 2023 16:01:39 +0800
Subject: [PATCH] 增加雷达抽油机停机推送mqtt

---
 src/main/resources/application.yml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 2e6ddc4..50a9b71 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -9,7 +9,7 @@
       enabled: true
   mqtt:
     host: tcp://192.168.1.15:1883
-    clientId: c3
+    clientId: cc3
     username: admin
     password: xzx12345
     topic: tube
@@ -20,12 +20,12 @@
     url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
   datasource:
     driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://111.40.46.199:15432/ry-vue?stringtype=unspecified
-    username: postgres
-    password: Yykj.2021
-#    url: jdbc:postgresql://192.168.1.15:5432/ry-vue?stringtype=unspecified
+#    url: jdbc:postgresql://111.40.46.199:15432/ry-vue?stringtype=unspecified
 #    username: postgres
-#    password: postgres
+#    password: Yykj.2021
+    url: jdbc:postgresql://192.168.1.15:5432/ry-vue?stringtype=unspecified
+    username: postgres
+    password: postgres
 mybatis:
   typeAliasesPackage: com.ard.alarm.**.domain
   mapperLocations: classpath:/mapper/*.xml

--
Gitblit v1.9.3