pinrails/config/cable.yml

12 lines
221 B
YAML
Raw Normal View History

2022-01-15 17:10:26 +00: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: knockout_production