<?xml version="1.0" encoding="utf-8"?>
|
<configuration>
|
<startup>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
|
</startup>
|
|
|
<appSettings>
|
<!-- Buspro Udp 网关配置 -->
|
<add key="UdpServerIP" value="115.29.251.24" />
|
<add key="UdpServerPort" value="9999" />
|
<add key="Mac" value="AACMACBA" />
|
<add key="ProjectName" value="MockProjectName1AAAB" />
|
<add key="UserName" value="UserName" />
|
<add key="GroupName" value="MockGroupNameAAAAAAB" />
|
<add key="MacMark" value="fd3b738d-0a43-4602-83bd-979cefdac13b" />
|
|
<!-- 模拟Emq控制老的Buspro Udp 网关配置 -->
|
<add key="ClientId" value="HDLCloudMonitorSupportCtrlOldUdpGate_ClientId1" />
|
<add key="ConnUsername" value="HDLCloudMonitorSupportCtrlOldUdpGate_UserName1" />
|
<add key="ConnPassword" value="d9d33d19-2549-424f-8639-e11503e5a1cf" />
|
<add key="MqttDomainOrIp" value="HangZhoueHdlEmqx.hdlcontrol.com" />
|
|
<!-- 预警通知用户邮件列表,以逗号分开 -->
|
<add key="EarlyWarningNotifyEmailList" value="wy584898496@163.com" />
|
|
<!--<add key="EarlyWarningNotifyEmailListReqUrl" value="http://localhost:13061/InnerNotify/SendEmail" />-->
|
<add key="EarlyWarningNotifyEmailListReqUrl" value="https://115.29.191.136/HangZhouHdlCloudApi/InnerNotify/SendEmail" />
|
</appSettings>
|
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Win32.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
</configuration>
|