clarion/config/cable.yml

11 lines
189 B
YAML
Raw Permalink Normal View History

2019-04-28 02:02:09 +03:00
development:
adapter: async
test:
adapter: async
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