Skip to content

Commit

Permalink
Minor config change
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed May 21, 2014
1 parent 8ad8694 commit 99c98a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BeeInMyGarden/BeeInMyGarden.Data/BlogContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace BeeInMyGarden.Data
public class BlogContext : DbContext
{
public BlogContext()
: base("BeeInGardenDB")
: base("BeeInGarden")
{
}

Expand Down
2 changes: 1 addition & 1 deletion BeeInMyGarden/BeeInMyGarden.Tests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<connectionStrings>
<add name="BeeInGardenDB" providerName="System.Data.SqlClient" connectionString="Data Source=(localdb)\v11.0;Initial Catalog=BeeInGarden;Integrated Security=true"/>
<add name="BeeInGarden" providerName="System.Data.SqlClient" connectionString="Data Source=(localdb)\v11.0;Initial Catalog=BeeInGarden;Integrated Security=true"/>
</connectionStrings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
Expand Down
2 changes: 1 addition & 1 deletion BeeInMyGarden/BeeInMyGarden.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
<connectionStrings>
<add name="BeeInGardenDB" providerName="System.Data.SqlClient" connectionString="Data Source=(localdb)\v11.0;Initial Catalog=BeeInGarden;Integrated Security=true"/>
<add name="BeeInGarden" providerName="System.Data.SqlClient" connectionString="Data Source=(localdb)\v11.0;Initial Catalog=BeeInGarden;Integrated Security=true"/>
</connectionStrings>
<appSettings>
<add key="webpages:Version" value="2.0.0.0"/>
Expand Down

0 comments on commit 99c98a6

Please sign in to comment.