ruby-x.github.io/config/cable.yml

11 lines
195 B
YAML
Raw Normal View History

2018-04-10 17:25:46 +02:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: rubyx-webpage_production