Merge pull request #177 from samply/maintenance/gbn

GBN maintenance mode
This commit is contained in:
patrickskowronekdkfz 2024-04-17 20:47:35 +02:00 committed by GitHub
commit 4b3b13b101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
if [ "${ENABLE_GBN}" == "true" ]; then if [ "${ENABLE_GBN}" == "true" ]; then
log INFO "GBN setup detected -- will start services for German Biobank Node." log INFO "GBN setup detected -- will start services for German Biobank Node."
OVERRIDE+=" -f ./$PROJECT/modules/gbn-compose.yml" # OVERRIDE+=" -f ./$PROJECT/modules/gbn-compose.yml"
# The environment needs to be defined in /etc/bridgehead # The environment needs to be defined in /etc/bridgehead
case "$ENVIRONMENT" in case "$ENVIRONMENT" in
@ -21,7 +21,7 @@ if [ "${ENABLE_GBN}" == "true" ]; then
;; ;;
esac esac
GBN_BROKER_URL=https://${GBN_BROKER_ID} #GBN_BROKER_URL=https://${GBN_BROKER_ID}
GBN_PROXY_ID=${SITE_ID}.${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_FOCUS_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
GBN_SUPPORT_EMAIL=feedback@germanbiobanknode.de GBN_SUPPORT_EMAIL=feedback@germanbiobanknode.de