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