walter/test/dummy/config/cable.yml
Jonathan Abbett feb71e47a7 Update: Upgrade to Rails 5.1 to fix security vulnerabilities
Update: Added system tests
Update: More specific cookie names to avoid inter-app collisions
2019-03-26 19:40:28 -04:00

10 lines
186 B
YAML

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