1
0
Fork 0
mirror of https://github.com/kikobar/mastodon.git synced 2025-01-14 13:57:04 +00:00
mastodon/config/cable.yml

11 lines
206 B
YAML
Raw Normal View History

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