59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="superSocket"
|
|
type="FSLib.Network.SuperSocket.SocketEngine.Configuration.SocketServiceConfig, FSLib.Network.SuperSocket" />
|
|
</configSections>
|
|
<connectionStrings>
|
|
<add name="Rw" providerName="System.Data.SqlClient" connectionString="Data Source=connect.fishlee.net; uid=sa; pwd=icufish99**; initial catalog=Cn12306.Chat"/>
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<add key="Ss:ServiceName" value="12306聊天室服务器_1" />
|
|
<add key="ss:ServiceDescription" value="Chat12306_Group1" />
|
|
<add key="ss:ServicesDependedOn" value="tcpip"/>
|
|
|
|
<add key="FishSite_EncryptKey" value="RBVqM7V7RbdAuGl/bYAbu7FYFn7Wkb/rXFDO7k47iFA=;Ve5RM42hrH6njRyJUfEQIw=="/>
|
|
</appSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
</startup>
|
|
<superSocket isolation="None" maxCompletionPortThreads="300" maxWorkingThreads="500">
|
|
<servers>
|
|
<!--
|
|
<server name="SilverlightPolicyServer"
|
|
serverType="SuperSocket.Facility.PolicyServer.SilverlightPolicyServer, SuperSocket.Facility"
|
|
ip="Any" port="943"
|
|
receiveBufferSize="32"
|
|
maxConnectionNumber="10"
|
|
policyFile="Config\Silverlight.config"
|
|
clearIdleSession="true">
|
|
</server>
|
|
-->
|
|
<server name="ManagementServer" serverType="FSLib.Network.SuperSocket.ServerManager.ManagementServer, FSLib.Network.SuperSocket">
|
|
<listeners>
|
|
<add ip="Any" port="7999" />
|
|
</listeners>
|
|
<commandAssemblies>
|
|
<add assembly="FSLib.Network"/>
|
|
</commandAssemblies>
|
|
<users>
|
|
<user name="admin" password="am12348"/>
|
|
</users>
|
|
</server>
|
|
<server name="Chat12306Server_51050" serverType="ChatRoomServer.Main.ChatServer, ChatRoomServer.Main" maxConnectionNumber="10000">
|
|
<listeners>
|
|
<add ip="Any" port="51050" />
|
|
</listeners>
|
|
<subProtocols>
|
|
<!--<protocol name="FishLee" />-->
|
|
</subProtocols>
|
|
</server>
|
|
</servers>
|
|
<logFactories>
|
|
<add name="log4net" type="FSLib.Network.Log4Net.SuperSocket.Log4NetLogFactory, FSLib.Network.Log4Net"/>
|
|
</logFactories>
|
|
<services>
|
|
</services>
|
|
</superSocket>
|
|
|
|
</configuration> |