dawarich/config/cable.yml
2023-10-21 12:52:50 +02:00

11 lines
235 B
YAML

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: solo_customer_template_production