@@ -, +, @@ --- debian/docs/koha-create.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) --- a/debian/docs/koha-create.xml +++ a/debian/docs/koha-create.xml @@ -50,6 +50,11 @@ user pass + host + port + user + pass + vhost | instancename @@ -266,6 +271,41 @@ + + + Specify the host name for the RabbitMQ server. (default: localhost) + + + + + + + Specify the port for the RabbitMQ server. (default: 61613) + + + + + + + Specify the user to connect to the RabbitMQ server. (default: guest) + + + + + + + Specify the password to connect to the RabbitMQ server. (default: guest) + + + + + + + Specify the vhost to use on the RabbitMQ service. (default: koha_instance) + + + + , Print usage information. --