Files
2026-05-29 10:07:05 +08:00

26 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--变量模拟测试开关1为开启-->
<add key="IsDemoMesServer" value="1"/>
<add key="ConnectionString_MES" value="server=124.220.15.242\MSSQLSERVER2012,1433;User ID=meswork;Password=126.com;database=MacroinfBasicDB_BQ;Connection Reset=FALSE"/>
<!--add key="ConnectionString_MES" value="server=124.220.15.242\MSSQLSERVER2012,1433;User ID=meswork;Password=126.com;database=PF25;Connection Reset=FALSE" /-->
<add key="Url_WebApiDT" value="http://localhost:41181"/>
<add key="Url_WebApi" value="http://localhost:41186"/>
<add key="MqttUrl" value="124.220.15.242:1883,MES/InstantMessaging/BQ/MisServer"/>
<add key="MqttTargetTopicPLC" value="MES/InstantMessaging/BQ/MisServer"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>