blob: 1cd0f8363e84151c00f1e347b59b7f540e04143c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: dummy_production
|