From ae55a952b05bfe9f5dd81ca6738fe329e20f6a7a Mon Sep 17 00:00:00 2001 From: 高胜 <gs@hdlchina.com.cn> Date: 星期四, 23 三月 2023 15:37:09 +0800 Subject: [PATCH] 线上版本 --- RestartService/RestartService/bin/Debug/RestartService.exe.config | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/RestartService/RestartService/bin/Debug/RestartService.exe.config b/RestartService/RestartService/bin/Debug/RestartService.exe.config index 2d21f3c..452e66f 100644 --- a/RestartService/RestartService/bin/Debug/RestartService.exe.config +++ b/RestartService/RestartService/bin/Debug/RestartService.exe.config @@ -8,6 +8,19 @@ <add key="FtpServer" value="D:\Servers\FtpServer\FtpServer.exe"/> <add key="PushServer" value="D:\Servers\PushServer\PushServer.exe"/> <add key="娓呯悊宸ュ叿" value="D:\FTP\娓呯悊宸ュ叿\娓呯悊宸ュ叿.exe"/> + + + + <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="AppKey" value="HDL-HOME-APP-TEST"/> + <add key="SecretKey" value="WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss"/> + + <add key="EmqClientUrl" value="http://15.185.137.39:8081/api/v4/clients/ForeignPenetrateService"/> + <add key="EmqAuthToken" value="Basic MmY1ZjEyZmVkYzFlOk16QTVPREE1TURrM056a3pNemt3TWpnMk9EZ3dORGt4TnpJeU1EWTBOVEkzTXpH"/> + </appSettings> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> -- Gitblit v1.8.0