Skip to content

Commit

Permalink
Updating the default web.config as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Aug 2, 2012
1 parent f09e6a0 commit a778510
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DefaultConfigs/Web.config
Expand Up @@ -3,6 +3,9 @@
<add key="Raven/DataDir" value="~\Data"/>
<add key="Raven/AnonymousAccess" value="Get"/>
</appSettings>
<system.web>
<hostingEnvironment idleTimeout="Infinite" shutdownTimeout="300"/>
</system.web>
<system.webServer>
<handlers>
<add name="All" path="*" verb="*" type="Raven.Web.ForwardToRavenRespondersFactory, Raven.Web"/>
Expand Down

0 comments on commit a778510

Please sign in to comment.