mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 17:20:15 +02:00
feat: enable exporter and teiler module in bbmri
This commit is contained in:
committed by
David Juarez
parent
fd013232f5
commit
1e5dd36912
@ -13,6 +13,13 @@ do
|
|||||||
source $module
|
source $module
|
||||||
done
|
done
|
||||||
|
|
||||||
|
log DEBUG "sourcing ccp/modules/exporter-setup.sh"
|
||||||
|
source ccp/modules/exporter-setup.sh
|
||||||
|
|
||||||
|
log DEBUG "sourcing ccp/modules/teiler-setup.sh"
|
||||||
|
source ccp/modules/teiler-setup.sh
|
||||||
|
|
||||||
|
|
||||||
SUPPORT_EMAIL=$ERIC_SUPPORT_EMAIL
|
SUPPORT_EMAIL=$ERIC_SUPPORT_EMAIL
|
||||||
BROKER_URL_FOR_PREREQ="${ERIC_BROKER_URL:-$GBN_BROKER_URL}"
|
BROKER_URL_FOR_PREREQ="${ERIC_BROKER_URL:-$GBN_BROKER_URL}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user