From 1afbf88a76ed190c082eb0f8335eb1d7f2db905c Mon Sep 17 00:00:00 2001 From: Patrick Skowronek Date: Tue, 16 Apr 2024 09:23:42 +0200 Subject: [PATCH] fix: use only bbmri broker --- bbmri/modules/gbn-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbmri/modules/gbn-setup.sh b/bbmri/modules/gbn-setup.sh index 296b8a1..d0a87af 100644 --- a/bbmri/modules/gbn-setup.sh +++ b/bbmri/modules/gbn-setup.sh @@ -21,7 +21,7 @@ if [ "${ENABLE_GBN}" == "true" ]; then ;; esac - GBN_BROKER_URL=https://${GBN_BROKER_ID} + #GBN_BROKER_URL=https://${GBN_BROKER_ID} GBN_PROXY_ID=${SITE_ID}.${GBN_BROKER_ID} GBN_FOCUS_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)" GBN_SUPPORT_EMAIL=feedback@germanbiobanknode.de