Last change
on this file since 17751 was
17059,
checked in by mkommend, 5 years ago
|
#2839: Merged 16117, 16122, 16173, 16184, 16185, 16186, 16187, 16202, 16203, 16204, 16205, 16208, 16211, 16209, 16211, 16219, 16257, 16247 into stable.
|
File size:
748 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | </configSections>
|
---|
5 | <connectionStrings>
|
---|
6 | <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString"
|
---|
7 | connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService" />
|
---|
8 | <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString"
|
---|
9 | connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />
|
---|
10 | </connectionStrings>
|
---|
11 |
|
---|
12 | <startup>
|
---|
13 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
14 | </startup>
|
---|
15 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.