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" }, {