mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-19 21:01:48 +08:00
14 lines
236 B
YAML
14 lines
236 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: test
|
|
|
|
staging:
|
|
adapter: redis
|
|
url: <%= ENV.fetch('REDIS_URL', 'redis://127.0.0.1:6379') %>
|
|
|
|
production:
|
|
adapter: redis
|
|
url: <%= ENV.fetch('REDIS_URL', 'redis://127.0.0.1:6379') %>
|