Skip to content

Commit

Permalink
Added default connection string to web.config.transform. fixes brickp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Lindblom committed Jan 3, 2013
1 parent 1224889 commit 1b7516e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BrickPile/web.config.transform
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<appSettings>
<add key="Raven/PluginsDirectory" value="~\App_Data\Plugins" />
</appSettings>

<connectionStrings>
<add name="RavenDB" connectionString="Url = http://localhost:8080" />
</connectionStrings>

<system.web>
<membership defaultProvider="RavenDBMembership">
Expand Down

0 comments on commit 1b7516e

Please sign in to comment.