mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-03-23 17:25:16 +01:00
onlyoffice: fix rabbitmq password to remove /
This commit is contained in:
@@ -8,7 +8,7 @@ DB_USER="onlyoffice"
|
||||
DB_ROOT_PASSWORD=$(openssl rand -base64 15)
|
||||
DB_PASSWORD=$(openssl rand -base64 15)
|
||||
RABBITMQ_USER="onlyoffice"
|
||||
RABBITMQ_PASSWORD=$(openssl rand -base64 15)
|
||||
RABBITMQ_PASSWORD=$(openssl rand -base64 15 | tr -d '/')
|
||||
JWT_SECRET=$(openssl rand -base64 20)
|
||||
PG_VERSION="17"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user