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.
BookingHeChuan/ServiceDeamon/App.config

12 lines
319 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="DeamonServiceName" value="ServiceDeamon"/>
<add key="DeamonServiceDisplayName" value="进程守护服务"/>
<add key="ServiceName" value="nginx"/>
<add key="CheckInteval" value="5000"/>
</appSettings>
</configuration>