mastodon/config/cable.yml
2016-08-17 17:58:00 +02:00

10 lines
174 B
YAML

development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://<%= ENV['REDIS_HOST'] || 'localhost' %>:<%= ENV['REDIS_PORT'] || 6379 %>/1