From 417c15843550e5defdda6f1b891a0aa5defa891a Mon Sep 17 00:00:00 2001 From: Enola Knezevic Date: Mon, 8 Jan 2024 16:26:07 +0100 Subject: [PATCH] GBN broker IDs --- bbmri/modules/gbn-setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bbmri/modules/gbn-setup.sh b/bbmri/modules/gbn-setup.sh index 9e8897c..efcb5a1 100644 --- a/bbmri/modules/gbn-setup.sh +++ b/bbmri/modules/gbn-setup.sh @@ -7,16 +7,16 @@ if [ "${ENABLE_GBN}" == "true" ]; then # The environment needs to be defined in /etc/bridgehead case "$ENVIRONMENT" in "production") - GBN_BROKER_ID=broker.bbmri.samply.de + GBN_BROKER_ID=broker.bbmri.de GBN_ROOT_CERT=gbn ;; "test") - GBN_BROKER_ID=broker-test.bbmri-test.samply.de + GBN_BROKER_ID=broker-test.bbmri.de GBN_ROOT_CERT=gbn.test ;; *) report_error 6 "Environment \"$ENVIRONMENT\" is unknown. Assuming production. FIX THIS!" - GBN_BROKER_ID=broker.bbmri.samply.de + GBN_BROKER_ID=broker.bbmri.de GBN_ROOT_CERT=gbn ;; esac