From 5682ba115e8671a625b0d765286e4edf5efbd64c Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 4 Jan 2021 13:15:08 -0300 Subject: [PATCH] Bug 25674: Add documentation Signed-off-by: Martin Renvoize Signed-off-by: David Cook --- debian/docs/koha-create.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml index f86038a9c8..d5b8c19e45 100644 --- a/debian/docs/koha-create.xml +++ b/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. -- 2.11.0