Files
progress-test/config/cable.yml
João Geonizeli bdd0e0f162 initial commit
2022-07-20 21:07:51 -03:00

12 lines
226 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: progress_test_production