mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
Merge pull request #182 from samply/revert-177-maintenance/gbn
Revert "GBN maintenance mode"
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
if [ "${ENABLE_GBN}" == "true" ]; then
|
||||
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
|
||||
case "$ENVIRONMENT" in
|
||||
@ -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
|
||||
|
Reference in New Issue
Block a user