test/integration/app/config/memcached.yml in interlock-1.2 vs test/integration/app/config/memcached.yml in interlock-1.3
- old
+ new
@@ -1,9 +1,10 @@
defaults:
ttl: 30
namespace: interlock
sessions: true
client: <%= ENV['CLIENT'] || 'memcached' %>
+ with_finders: <%= ENV['FINDERS'] || true %>
development:
servers:
- 127.0.0.1:43042
- 127.0.0.1:43043