Change some config settings

This commit is contained in:
Sebastiaan Janssen
2017-01-28 21:23:44 +01:00
parent 17c29d9749
commit 9845fe0f76
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
<caches>
<cache name="DiskCache" type="ImageProcessor.Web.Caching.DiskCache, ImageProcessor.Web" maxDays="365" browserMaxDays="7">
<settings>
<setting key="VirtualCachePath" value="~/../wwwcache/IPCache" />
<setting key="VirtualCachePath" value="~/App_Data/cache" />
</settings>
</cache>
</caches>
+1 -1
View File
@@ -115,7 +115,7 @@
<add key="AppVeyorWebHookAuthKey" value="it's a secret.. and no, this is not the secret, this key will transformed on the build server" />
<add key="GoogleOAuthClientID" value="it's a secret.. and no, this is not the secret, this key will transformed on the build server" />
<add key="GoogleOAuthSecret" value="it's a secret.. and no, this is not the secret, this key will transformed on the build server" />
<add key="HangFireEnabled" value="false" />
<add key="HangFireEnabled" value="true" />
<!-- this reCaptcha key pair ONLY works on localhost and will be transformed on the build server -->
<add key="reCaptchaPublicKey" value="6LdwJQ4UAAAAAL9hZdbodu7UHh9t6rV1reGyj2nX" />