-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#3 Updated configuration to support xml format
- Loading branch information
Lukas Gerbenis
committed
Sep 14, 2015
1 parent
d467a0c
commit e1ce734
Showing
7 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
vNext/src/BetterModules.Mvc6.Sandbox/Config/connectionStrings.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?xml version="1.0"?> | ||
|
||
<connectionStrings BetterModulesTests="Server=(local);Database=BetterModulesTests;Integrated Security=SSPI;" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<modulesSettings webSiteUrl="http://BetterModules.core.tests"> | ||
<database | ||
schemaName="dbo" | ||
connectionStringName="BetterModulesTests" | ||
databaseType="MsSql2008" /> | ||
</modulesSettings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
{ | ||
"modulesSettings": { | ||
"webSiteUrl": "http://BetterModules.core.tests", | ||
"database": { | ||
"schemaName": "dbo", | ||
"connectionStringName": "BetterModulesTests", | ||
"databaseType": "MsSql2008" | ||
} | ||
"webSiteUrl": "http://BetterModules.core.tests", | ||
"database": { | ||
"schemaName": "dbo", | ||
"connectionStringName": "BetterModulesTests", | ||
"databaseType": "MsSql2008" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
{ | ||
"AppSettings": { | ||
"SiteTitle": "BetterModules.Mvc6.Sandbox" | ||
}, | ||
"Data": { | ||
"DefaultConnection": { | ||
"ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=aspnet5-BetterModules.Mvc6.Sandbox-b140b676-8027-4d3e-a391-dc91b5e50f82;Trusted_Connection=True;MultipleActiveResultSets=true" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters