mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-07 00:13:16 +00:00
10 lines
174 B
YAML
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
|