98 lines
3.4 KiB
XML
Executable File
98 lines
3.4 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Statistics>
|
|
<Servers default="dev">
|
|
<Server>
|
|
<Name>dev</Name>
|
|
<Host>rsgedista4</Host>
|
|
<ServicesEnvironment>
|
|
<tcp_port>9000</tcp_port>
|
|
<http_port>80</http_port>
|
|
</ServicesEnvironment>
|
|
<UsingIIS>True</UsingIIS>
|
|
<CommandTimeout>300</CommandTimeout>
|
|
<ConnectionString>Database=statistics;Data Source=rsgedista2;User Id=stats_user;Password=G4T5taT$;</ConnectionString>
|
|
<DebugMode>False</DebugMode>
|
|
<ReadOnly>False</ReadOnly>
|
|
</Server>
|
|
<Server>
|
|
<Name>local</Name>
|
|
<Host>localhost</Host>
|
|
<ServicesEnvironment>
|
|
<tcp_port>9090</tcp_port>
|
|
<http_port>8080</http_port>
|
|
</ServicesEnvironment>
|
|
<UsingIIS>true</UsingIIS>
|
|
<CommandTimeout>300</CommandTimeout>
|
|
<ConnectionString>Database=statistics2;Data Source=localhost;User Id=root;Password=password;</ConnectionString>
|
|
<DebugMode>False</DebugMode>
|
|
<ReadOnly>False</ReadOnly>
|
|
</Server>
|
|
</Servers>
|
|
|
|
<Services>
|
|
<!-- If a service implements multiple contracts, add a service entry per contract. -->
|
|
<Service>
|
|
<Name>ApplicationSessionService</Name>
|
|
<Contract>RSG.Services.Statistics.Contracts.ServiceContracts.IApplicationSessionService</Contract>
|
|
<Assembly>RSG.Services.Statistics.Contracts</Assembly>
|
|
<Endpoints>
|
|
<Endpoint>
|
|
<Binding>netTcpBinding</Binding>
|
|
<BindingConfiguration>DefaultTcp</BindingConfiguration>
|
|
<Address>net.tcp://$(server_host):$(tcp_port)/Statistics/$(service_name).svc</Address>
|
|
</Endpoint>
|
|
<Endpoint>
|
|
<Binding>netNamedPipeBinding</Binding>
|
|
<BindingConfiguration>DefaultIpc</BindingConfiguration>
|
|
<Address>net.pipe://$(server_host)/Statistics/$(service_name).svc</Address>
|
|
</Endpoint>
|
|
<Endpoint>
|
|
<Binding>webHttpBinding</Binding>
|
|
<BindingConfiguration>DefaultHttp</BindingConfiguration>
|
|
<Address>http://$(server_host):$(http_port)/Statistics/$(service_name).svc</Address>
|
|
<BehaviourConfiguration>webBehavior</BehaviourConfiguration>
|
|
</Endpoint>
|
|
</Endpoints>
|
|
</Service>
|
|
<Service>
|
|
<Name>ProfileSessionService</Name>
|
|
<Contract>RSG.Services.Statistics.Contracts.ServiceContracts.IProfileSessionService</Contract>
|
|
<Assembly>RSG.Services.Statistics.Contracts</Assembly>
|
|
<Endpoints>
|
|
<Endpoint>
|
|
<Binding>netTcpBinding</Binding>
|
|
<BindingConfiguration>DefaultTcp</BindingConfiguration>
|
|
<Address>net.tcp://$(server_host):$(tcp_port)/Statistics/$(service_name).svc</Address>
|
|
</Endpoint>
|
|
</Endpoints>
|
|
</Service>
|
|
</Services>
|
|
|
|
<bindings>
|
|
<netTcpBinding>
|
|
<binding name="DefaultTcp"/>
|
|
</netTcpBinding>
|
|
|
|
<netNamedPipeBinding>
|
|
<binding name="DefaultIpc"/>
|
|
</netNamedPipeBinding>
|
|
|
|
<webHttpBinding>
|
|
<binding name="DefaultHttp"/>
|
|
</webHttpBinding>
|
|
</bindings>
|
|
|
|
<behaviors>
|
|
<endpointBehaviors>
|
|
<behavior name="webBehavior">
|
|
<webHttp helpEnabled="true" />
|
|
</behavior>
|
|
</endpointBehaviors>
|
|
<serviceBehaviors>
|
|
<!-- Default behaviour. -->
|
|
<behavior>
|
|
<serviceDebug includeExceptionDetailInFaults="true"/>
|
|
</behavior>
|
|
</serviceBehaviors>
|
|
</behaviors>
|
|
</Statistics> |