You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
742 B
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<!--采集器信息文件路径-->
<add key="SpyProgramInfoPath" value="SpyInfo.json"/>
<!--心跳包定时重启(秒)-->
<add key="RestartInterval" value="21600"/>
<!--<add key="ServerIP" value="10.6.1.127"/>-->
<add key="ServerIP" value="127.0.0.1"/>
<add key="ServerPort" value="8081"/>
<!--最后打开的采集器id跟配置文件SpyInfo.json中对应-->
<add key="SpyLastRun" value=""/>
<!--是否一直等待终止采集器再打开新的采集器1-->
<add key="isExitSpy" value="1"/>
</appSettings>
</configuration>