wblog/config/cable.yml

10 lines
156 B
YAML
Raw Normal View History

2016-04-28 11:18:53 +08:00
production:
adapter: redis
2016-04-28 12:21:43 +08:00
url: redis://localhost:6379/actioncable_<%= ENV["REDIS_NAMESPACE"] %>
2016-04-28 11:18:53 +08:00
development:
adapter: async
test:
adapter: async