Merge pull request #32 from ONLYOFFICE/bugfix/port-description

Fix default value in redis\elastic port description
This commit is contained in:
Sergei Malkin 2023-11-01 16:18:00 +03:00 committed by GitHub
commit ceda245d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -491,9 +491,9 @@ while [ "$1" != "" ]; do
echo " -ies, --installelastic install or update elasticsearch (true|false)"
echo " -espr, --elasticprotocol the protocol for the connection to elasticsearch (default value http)"
echo " -esh, --elastichost the IP address or hostname of the elasticsearch"
echo " -esp, --elasticport elasticsearch port number (default value 6379)"
echo " -esp, --elasticport elasticsearch port number (default value 9200)"
echo " -rdsh, --redishost the IP address or hostname of the redis server"
echo " -rdsp, --redisport redis server port number (default value 9200)"
echo " -rdsp, --redisport redis server port number (default value 6379)"
echo " -rdsu, --redisusername redis user name"
echo " -rdspass, --redispassword password set for redis account"
echo " -rbth, --rabbitmqhost the IP address or hostname of the rabbitmq server"