fix: use only bbmri broker

This commit is contained in:
Patrick Skowronek 2024-04-16 09:23:42 +02:00
parent 94b2c29bc7
commit 1afbf88a76
1 changed files with 1 additions and 1 deletions

View File

@ -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