Newer
Older
BRServer / bin / BRServerTest.exe.config
root on 30 Mar 2020 791 bytes elec first commit
<?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="superSocket" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine"/>
  </configSections>
  <superSocket>
    <servers>
      <server name="CasicServer" serverTypeName="MyCasicServer" ip="Any" port="14503">
      </server>
    </servers>
    <serverTypes>
      <add name="MyCasicServer" type="BRServer.CasicServer,BRServer"/>     
    </serverTypes>
  </superSocket>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
  <appSettings>
    <add key="mysqlDAL" value="BRServer.DAL"/>
    <add key="MySqlConnString" value="server=139.198.17.115;port=3000;user id=root;password=root;database=elec"/>
  </appSettings>
</configuration>