Change some config settings
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user