Skip to content

Commit

Permalink
Allowing to run plugins that were downloaded from the internet (commo…
Browse files Browse the repository at this point in the history
…n scenario is when we use the bundles coming with Raven itself)
  • Loading branch information
ayende committed Aug 15, 2010
1 parent 654baa9 commit edb755b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DefaultConfigs/RavenDb.exe.config
Expand Up @@ -5,4 +5,7 @@
<add key="Raven/DataDir" value="~\Data"/>
<add key="Raven/AnonymousAccess" value="Get"/>
</appSettings>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
3 changes: 3 additions & 0 deletions DefaultConfigs/Web.config
Expand Up @@ -9,4 +9,7 @@
type="Raven.Web.ForwardToRavenRespondersFactory, Raven.Web"/>
</handlers>
</system.webServer>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
3 changes: 3 additions & 0 deletions Raven.Server/App.config
Expand Up @@ -5,4 +5,7 @@
<add key="Raven/DataDir" value="~\Data"/>
<add key="Raven/AnonymousAccess" value="All"/>
</appSettings>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
3 changes: 3 additions & 0 deletions Raven.Web/Web.config
Expand Up @@ -9,4 +9,7 @@
type="Raven.Web.ForwardToRavenRespondersFactory, Raven.Web"/>
</handlers>
</system.webServer>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>

0 comments on commit edb755b

Please sign in to comment.