mirror of https://github.com/samply/bridgehead.git
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
BROKER_ID=broker.bbmri.samply.de
|
|
BROKER_URL=https://${BROKER_ID}
|
|
PROXY_ID=${SITE_ID}.${BROKER_ID}
|
|
FOCUS_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
|
|
FOCUS_RETRY_COUNT=32
|
|
SUPPORT_EMAIL=bridgehead@helpdesk.bbmri-eric.eu
|
|
PRIVATEKEYFILENAME=/etc/bridgehead/pki/${SITE_ID}.priv.pem
|
|
|
|
# This will load directory-sync setup.
|
|
source $PROJECT/directory-sync.sh
|
|
dirSetup
|