evodata/config/cable.yml

12 lines
225 B
YAML
Raw Permalink Normal View History

2021-12-18 15:52:01 +01:00
development:
adapter: redis
url: redis://localhost:6379/1
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: evocheck_web_production