janus/config/cable.yml

13 lines
289 B
YAML
Raw Normal View History

2021-11-13 03:20:13 +00:00
development:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: janus_production
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: janus_production