Rename AMQP variables ()

This commit is contained in:
Roman Demidov 2019-12-23 12:27:47 +03:00 committed by Alexey Golubev
parent ee8fa827e3
commit 08bb07e2d0
8 changed files with 84 additions and 15 deletions

View file

@ -10,7 +10,7 @@ services:
- DB_PORT=5432
- DB_NAME=onlyoffice
- DB_USER=onlyoffice
- AMQP_SERVER_URL=amqp://guest:guest@onlyoffice-rabbitmq
- AMQP_URI=amqp://guest:guest@onlyoffice-rabbitmq
- REDIS_SERVER_HOST=onlyoffice-redis
- REDIS_SERVER_PORT=6379
# Uncomment strings below to enable the JSON Web Token validation.