chinwagsocial/config/cable.yml

10 lines
174 B
YAML
Raw Normal View History

2016-08-18 01:56:23 +10:00
development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://<%= ENV['REDIS_HOST'] || 'localhost' %>:<%= ENV['REDIS_PORT'] || 6379 %>/1