init commit all code
This commit is contained in:
20
94_wai/Getf.Service.Transfer.WinService/App.config
Normal file
20
94_wai/Getf.Service.Transfer.WinService/App.config
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user