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.
12 lines
472 B
XML
12 lines
472 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
|
</startup>
|
|
<appSettings>
|
|
<add key="ReadIntervel" value="15" />
|
|
<add key="listenIp" value="0.0.0.0" />
|
|
<add key="listenPort" value="502" />
|
|
<add key="connectStr" value="Data Source=10.100.71.119/ORCL;User ID=system;Password=aucma;Max Pool Size=512;Pooling=true" />
|
|
</appSettings>
|
|
</configuration> |