SCLS/SSWCS_JXDL(2019)/ControlSystem/bin/Release/ControlSystem.vshost.exe.config

18 lines
905 B
Plaintext
Raw Permalink Normal View History

2025-05-19 09:45:29 +08:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<connectionStrings>
<add name="ControlSystem.Properties.Settings.SSWCMSConnectionString"
connectionString="Data Source=zhang-lei2;Initial Catalog=SSWCMS;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<!--记录通讯黑匣子的文件大小单位字节默认1048576代表1M-->
<add key="DarkCasketSize" value="1048576"/>
<!--只保留最近几天的记录通讯黑匣子的文件,默认30,代表一个月-->
<add key="DarkCasketDays" value="3"/>
<!--路径搜索方式0按照最优路径选择固定路线1每个正在工作的节点作为起始点向末端节点重新搜索下一个最优路径的节点-->
<add key="RouteSearchMode" value="0"/>
</appSettings>
</configuration>