21 lines
771 B
XML
21 lines
771 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.8"/>
|
|
</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>
|