Skip to content

Commit

Permalink
Added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jonas committed Sep 4, 2013
1 parent e3aeba2 commit 0796bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FunnelWeb.Web/My.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<funnelweb xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<setting key="funnelweb.configuration.database.connection" value="Data Source=|DataDirectory|\FunnelWeb.sdf; Persist Security Info=False; Password=test;" />
<setting key="funnelweb.configuration.database.schema" />
<setting key="funnelweb.configuration.authentication.username" value="test" />
<setting key="funnelweb.configuration.authentication.password" value="test" />
<setting key="funnelweb.configuration.authentication.username" value="" />
<setting key="funnelweb.configuration.authentication.password" value="" />
<setting key="funnelweb.configuration.database.provider" value="sql" />
</funnelweb>

0 comments on commit 0796bb5

Please sign in to comment.