clarion/config/cable.yml

11 lines
188 B
YAML
Raw Permalink Normal View History

2019-04-28 02:02:09 +03:00
development:
adapter: async
test:
2024-02-19 21:46:27 +02:00
adapter: test
2019-04-28 02:02:09 +03:00
production:
adapter: redis
2019-04-28 02:37:53 +03:00
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
2019-04-28 02:22:59 +03:00
channel_prefix: clarion_production