rubystudy/config/cable.yml

11 lines
191 B
YAML
Raw Permalink Normal View History

2019-08-14 11:37:39 +08:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: firstTest_production