main
yml 11 lines 216 Bytes
Raw
1 development:
2 adapter: redis
3 url: redis://localhost:6379/1
4
5 test:
6 adapter: test
7
8 production:
9 adapter: redis
10 url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
11 channel_prefix: app_production