Skip to content

Commit

Permalink
Prettify config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitzchak Yitzchaki committed Jan 25, 2012
1 parent 988af78 commit fdfb5ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
11 changes: 5 additions & 6 deletions DefaultConfigs/Nupack.Web.config
@@ -1,6 +1,5 @@
<configuration> <configuration>
<connectionStrings> <connectionStrings>
<add name="RavenDB" <add name="RavenDB" connectionString="Url=http://localhost:8080"/>
connectionString="Url=http://localhost:8080"/> </connectionStrings>
</connectionStrings> </configuration>
</configuration>
5 changes: 2 additions & 3 deletions DefaultConfigs/Web.config
Expand Up @@ -5,8 +5,7 @@
</appSettings> </appSettings>
<system.webServer> <system.webServer>
<handlers> <handlers>
<add name="All" path="*" verb="*" <add name="All" path="*" verb="*" type="Raven.Web.ForwardToRavenRespondersFactory, Raven.Web"/>
type="Raven.Web.ForwardToRavenRespondersFactory, Raven.Web"/>
</handlers> </handlers>
<modules runAllManagedModulesForAllRequests="true"> <modules runAllManagedModulesForAllRequests="true">
<remove name="WebDAVModule" /> <remove name="WebDAVModule" />
Expand All @@ -18,4 +17,4 @@
<probing privatePath="Analyzers"/> <probing privatePath="Analyzers"/>
</assemblyBinding> </assemblyBinding>
</runtime> </runtime>
</configuration> </configuration>

0 comments on commit fdfb5ee

Please sign in to comment.