pinrails/config/cable.yml

12 lines
221 B
YAML
Raw Permalink Normal View History

2021-08-21 23:30:19 +00:00
development:
2021-08-27 04:40:47 +00:00
adapter: redis
url: redis://localhost:6379/1
2021-08-21 23:30:19 +00:00
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: pinrails_production