From db876d22dea0d675130023ab20d075719c7ab448 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 --- 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 @@ -265,6 +270,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) + + + , -- 2.20.1