mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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
|