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
818 B
Plaintext
20 lines
818 B
Plaintext
1 year ago
|
<?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>
|
||
|
<runtime>
|
||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
<dependentAssembly>
|
||
|
<assemblyIdentity name="Oracle.ManagedDataAccess" publicKeyToken="89b483f429c47342" culture="neutral" />
|
||
|
<bindingRedirect oldVersion="0.0.0.0-4.122.1.0" newVersion="4.122.1.0" />
|
||
|
</dependentAssembly>
|
||
|
</assemblyBinding>
|
||
|
</runtime>
|
||
|
</configuration>
|