Files
yearly-plan/config/cable.yml
0x8664b2 808ff56abc Genesis
2022-08-23 13:00:54 -07:00

12 lines
224 B
YAML

development:
adapter: redis
url: redis://localhost:6379/1
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: yearly_plan_production