mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
c83ba63640
This reverts commit b05a8f7b54.
The release/10 branch received a revert that was applied after changes
from dev unwillingly where merged into it. But when merging release/10.0
back into dev, that revert was also applied to dev where the changes are
indeed wanted. So we revert the revert for dev.
11 lines
193 B
YAML
11 lines
193 B
YAML
development:
|
|
adapter: async
|
|
|
|
test:
|
|
adapter: test
|
|
|
|
production:
|
|
adapter: redis
|
|
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
|
channel_prefix: open_project_production
|