DVGM/config/cable.yml

11 lines
186 B
YAML
Raw Normal View History

2017-10-22 18:56:44 +00:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
2019-02-21 21:54:26 +00:00
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: dvgm_production