mirror of
https://github.com/samply/bridgehead.git
synced 2025-08-12 22:10:21 +02:00
feat: leme setup
This commit is contained in:
14
leme/vars
Normal file
14
leme/vars
Normal file
@@ -0,0 +1,14 @@
|
||||
BROKER_ID=broker-test.health-innovation-lab.eu
|
||||
BROKER_URL=http://${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
|
||||
PRIVATEKEYFILENAME=/etc/bridgehead/pki/${SITE_ID}.priv.pem
|
||||
|
||||
BROKER_URL_FOR_PREREQ=$BROKER_URL
|
||||
|
||||
# for module in $PROJECT/modules/*.sh
|
||||
# do
|
||||
# log DEBUG "sourcing $module"
|
||||
# source $module
|
||||
# done
|
Reference in New Issue
Block a user