Update apps/onlyoffice-docs/config.json
This commit is contained in:
@@ -25,21 +25,18 @@
|
|||||||
"type": "random",
|
"type": "random",
|
||||||
"label": "JWT Secret",
|
"label": "JWT Secret",
|
||||||
"env_variable": "ONLYOFFICE_JWT_SECRET",
|
"env_variable": "ONLYOFFICE_JWT_SECRET",
|
||||||
"min": 32,
|
|
||||||
"encoding": "hex"
|
"encoding": "hex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
"label": "Database Password",
|
"label": "Database Password",
|
||||||
"env_variable": "ONLYOFFICE_DB_PASSWORD",
|
"env_variable": "ONLYOFFICE_DB_PASSWORD",
|
||||||
"min": 24,
|
|
||||||
"encoding": "hex"
|
"encoding": "hex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
"label": "RabbitMQ Password",
|
"label": "RabbitMQ Password",
|
||||||
"env_variable": "ONLYOFFICE_RABBITMQ_PASSWORD",
|
"env_variable": "ONLYOFFICE_RABBITMQ_PASSWORD",
|
||||||
"min": 24,
|
|
||||||
"encoding": "hex"
|
"encoding": "hex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user