From cccef7026423c12fd5f4b7556d902e34ad9c1cd8 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 4 Jan 2021 13:14:34 -0300 Subject: [PATCH] Bug 25674: Add placeholders for RabbitMQ configuration --- debian/templates/koha-conf-site.xml.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index 956549b659..9b3ecf9b93 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -456,11 +456,11 @@ __END_SRU_PUBLICSERVER__ - localhost - 61613 - guest - guest - + __MESSAGE_BROKER_HOST__ + __MESSAGE_BROKER_PORT__ + __MESSAGE_BROKER_USER__ + __MESSAGE_BROKER_PASS__ + __MESSAGE_BROKER_VHOST__ -- 2.30.0