Files
old-zsterminator/config/cable.yml
2024-08-04 07:06:03 +02:00

12 lines
223 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: terminator_production