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.
10 lines
350 B
XML
10 lines
350 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
</startup>
|
|
<appSettings>
|
|
<add key="url" value="http://127.0.0.1:9950/Health/index"/>
|
|
<add key="interval" value="3"/><!--执行时间间隔(分钟)-->
|
|
</appSettings>
|
|
</configuration> |