Skip to content

Commit

Permalink
web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 25, 2013
1 parent 7c2364d commit 7f6a95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OrdersDemo/Web.config
Expand Up @@ -13,8 +13,8 @@
<add key="PreserveLoginUrl" value="true" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<!--<add key="redisUrl" value="aFS7Jqi1xPV3tEff5WnB@nidoking.ec2.myredis.com:7558"/> -->
<add key="redisUrl" value="localhost:6379" />
<add key="redisUrl" value="aFS7Jqi1xPV3tEff5WnB@nidoking.ec2.myredis.com:7558"/>
<!--<add key="redisUrl" value="localhost:6379" />-->
</appSettings>
<!-- Required for MONO -->
<system.web>
Expand Down

0 comments on commit 7f6a95c

Please sign in to comment.