-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntegrationTests.config
More file actions
34 lines (34 loc) · 1.75 KB
/
IntegrationTests.config
File metadata and controls
34 lines (34 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<connectionStrings>
<add name="Unity" providerName="System.Data.SqlClient" connectionString="Data Source=SRV-DG-WSQLUAT1.dstoutput.co.uk;Initial Catalog=Unity_Test;Integrated Security=True" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IDocument" />
<binding name="BasicHttpBinding_IFileService" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://nt-arc1-dag.nd-rainham.com/Archive-WCF/services/Document.svc"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IDocument"
contract="ArchiveServiceReference.IDocument" name="BasicHttpBinding_IDocument" />
<endpoint address="http://dev.nexdox.com/OnestepServices/Services/FileService.svc"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IFileService"
contract="OneStepServiceReference.IFileService" name="BasicHttpBinding_IFileService" />
</client>
</system.serviceModel>
</configuration>