Files
progress-test/config/cable.yml
João Geonizeli 9dd9e28bf7 add typescript
2022-07-21 16:36:33 -03:00

11 lines
194 B
YAML

development:
adapter: async
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: progress_test_production