dawarich/config/cable.yml

12 lines
209 B
YAML
Raw Normal View History

2025-05-31 15:58:50 -04:00
development:
2025-06-09 07:50:43 -04:00
adapter: redis
2025-06-09 08:10:49 -04:00
url: <%= "#{ENV.fetch("REDIS_URL")}/2" %>
2025-05-31 15:58:50 -04:00
test:
adapter: test
production:
2025-06-09 07:50:43 -04:00
adapter: redis
2025-06-09 08:10:49 -04:00
url: <%= "#{ENV.fetch("REDIS_URL")}/2" %>
2025-06-09 07:50:43 -04:00
channel_prefix: dawarich_production