From 8c8ebb9298e756e1d7fbbbcf38e9573f0954751f Mon Sep 17 00:00:00 2001 From: Patrick Skowronek Date: Mon, 4 Sep 2023 15:30:03 +0200 Subject: [PATCH] Added gbn broker url and e-mail --- bbmri/modules/gbn-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbmri/modules/gbn-setup.sh b/bbmri/modules/gbn-setup.sh index b032c8e..4742b0a 100644 --- a/bbmri/modules/gbn-setup.sh +++ b/bbmri/modules/gbn-setup.sh @@ -5,9 +5,9 @@ if [ "${ENABLE_GBN}" == "true" ]; then OVERRIDE+=" -f ./$PROJECT/modules/gbn-compose.yml" # Set required variables - GBN_BROKER_ID='#TODO#' + GBN_BROKER_ID=broker.bbmri.de 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=todo@verbis.dkfz.de + GBN_SUPPORT_EMAIL=bridgehead@helpdesk.bbmri-eric.eu fi