Newer
Older
BRServer / bin / BRServerTest.vshost.exe.config
root on 12 Mar 2019 1008 bytes waiting for the test
<?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="superSocket" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine"/>
  </configSections>
  <superSocket>
    <servers>
      <server name="TelecomServer" serverTypeName="MyTelecomServer" ip="Any" port="14503">
      </server>
    </servers>
    <serverTypes>
      <add name="MyTelecomServer" type="BRServer.TelecomServer,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=127.0.0.1;port=3000;user id=root;password=root;database=brgdf"/>
    <add key="TelecomIP" value="180.101.147.89"/>
    <add key="TelecomPORT" value="8743"/>
    <add key="AppID" value="pQ0He4mqfywOfJ7f06YnWT8K_60a"/>
    <add key="AppKey" value="leWfYW0Cr7ojXCq6QEFWfQXbGMEa"/>
  </appSettings>
</configuration>