From 6cb0702b0d1cd914675d1139b0b509bf014d56fe Mon Sep 17 00:00:00 2001 From: Alex Zaw Date: Sat, 11 Apr 2026 07:53:45 +0000 Subject: [PATCH] Update apps/onlyoffice-docs/config.json --- apps/onlyoffice-docs/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/onlyoffice-docs/config.json b/apps/onlyoffice-docs/config.json index c9f6366..0b66479 100644 --- a/apps/onlyoffice-docs/config.json +++ b/apps/onlyoffice-docs/config.json @@ -25,21 +25,18 @@ "type": "random", "label": "JWT Secret", "env_variable": "ONLYOFFICE_JWT_SECRET", - "min": 32, "encoding": "hex" }, { "type": "random", "label": "Database Password", "env_variable": "ONLYOFFICE_DB_PASSWORD", - "min": 24, "encoding": "hex" }, { "type": "random", "label": "RabbitMQ Password", "env_variable": "ONLYOFFICE_RABBITMQ_PASSWORD", - "min": 24, "encoding": "hex" }, {