From cf31c5a262ad9f8fe66e884c4ca82d6c060422ff Mon Sep 17 00:00:00 2001
From: 高胜 <gs@hdlchina.com.cn>
Date: 星期二, 23 五月 2023 13:45:52 +0800
Subject: [PATCH] 1
---
HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Release/HDLMonitorService.exe.config | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Release/HDLMonitorService.exe.config b/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Release/HDLMonitorService.exe.config
index 6f53e96..5f268dc 100644
--- a/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Release/HDLMonitorService.exe.config
+++ b/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Release/HDLMonitorService.exe.config
@@ -2,9 +2,9 @@
<configuration>
<appSettings>
<add key="ServerIp" value="118.31.3.103"/>
- <add key="ApplicationAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/applicationWarn"/>
- <add key="WechatAlarm" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>
- <add key="ServiceAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/supportMonitor"/>
+ <add key="ApplicationAlarm" value="https://china-gateway.hdlcontrol.com/support-monitor/webhook/cloudmonitor/applicationWarn"/>
+ <!--<add key="WechatAlarm" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>-->
+ <!--<add key="ServiceAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/supportMonitor"/>-->
<add key="QueryHomeIdByGateway" value="https://developer.hdlcontrol.com/ProposedProductionApi/App/DetectionMacOfHomeId"/>
<add key="PushExUrl" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>
<add key="DuerOsApi" value="https://hdlcontrol.com/api/BaiduButtDuerOS.ashx"/>
--
Gitblit v1.8.0