Files
inside_out_web_data_interac…/94_wai/Getf.Service.Transfer.WinService/App.config
2021-12-20 17:17:49 +08:00

21 lines
773 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="superSocket" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine" />
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
<appSettings>
<add key="IpInfo" value=":9999"/>
<add key="AccountConfigPath" value="AccountConfig.xml"/>
</appSettings>
<superSocket>
<servers>
<server name="Getf.Service.Transfer" serverType="Getf.Service.Transfer.Core.Server, Getf.Service.Transfer.Core" port="8002">
</server>
</servers>
</superSocket>
</configuration>