wblog/config/cable.yml

10 lines
156 B
YAML

production:
adapter: redis
url: redis://localhost:6379/actioncable_<%= ENV["REDIS_NAMESPACE"] %>
development:
adapter: async
test:
adapter: async