wonder-of-life/config/cable.yml

11 lines
195 B
YAML
Raw Permalink Normal View History

2023-10-23 18:31:32 +02:00
development:
adapter: async
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: wonder_of_life_production