53 lines
1.6 KiB
XML
Executable File
53 lines
1.6 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Statistics>
|
|
<Servers default="local">
|
|
<Server>
|
|
<Name>local</Name>
|
|
<Host>localhost</Host>
|
|
<ServicesEnvironment>
|
|
<http_port>60100</http_port>
|
|
</ServicesEnvironment>
|
|
<UsingIIS>False</UsingIIS>
|
|
<CommandTimeout>300</CommandTimeout>
|
|
<DebugMode>True</DebugMode>
|
|
<ReadOnly>False</ReadOnly>
|
|
</Server>
|
|
</Servers>
|
|
|
|
<Services>
|
|
<!-- If a service implements multiple contracts, add a service entry per contract. -->
|
|
<Service>
|
|
<Name>LiveEditService</Name>
|
|
<Contract>RSG.Services.LiveEdit.Contracts.ServiceContracts.ILiveEditService</Contract>
|
|
<Assembly>RSG.Services.LiveEdit.Contracts</Assembly>
|
|
<Endpoints>
|
|
<Endpoint>
|
|
<Binding>webHttpBinding</Binding>
|
|
<BindingConfiguration>DefaultHttp</BindingConfiguration>
|
|
<Address>http://$(server_host):$(http_port)/liveedit/$(service_name).svc</Address>
|
|
<BehaviourConfiguration>webBehavior</BehaviourConfiguration>
|
|
</Endpoint>
|
|
</Endpoints>
|
|
</Service>
|
|
</Services>
|
|
|
|
<bindings>
|
|
<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> |