Files
old-konsultanti-next-gen/config/cable.yml

12 lines
223 B
YAML
Raw Normal View History

2021-09-20 08:22:39 +02:00
development:
2021-09-22 16:40:20 +02:00
adapter: redis
url: redis://localhost:6379/1
2021-09-20 08:22:39 +02:00
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: ssrconcept_production