mastodon/config/cable.yml

10 lines
174 B
YAML
Raw Normal View History

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