mirror of https://github.com/samply/bridgehead.git
Extra space for nngm compose
This commit is contained in:
parent
865870ea91
commit
23aa8f8274
|
@ -3,7 +3,7 @@
|
||||||
function nngmSetup() {
|
function nngmSetup() {
|
||||||
if [ -n "$NNGM_CTS_APIKEY" ]; then
|
if [ -n "$NNGM_CTS_APIKEY" ]; then
|
||||||
log INFO "nNGM setup detected -- will start nNGM Connector."
|
log INFO "nNGM setup detected -- will start nNGM Connector."
|
||||||
OVERRIDE+="-f ./$PROJECT/nngm-compose.yml"
|
OVERRIDE+=" -f ./$PROJECT/nngm-compose.yml"
|
||||||
fi
|
fi
|
||||||
CONNECTOR_POSTGRES_PASSWORD="$(echo \"This is a salt string to generate one consistent password. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
|
CONNECTOR_POSTGRES_PASSWORD="$(echo \"This is a salt string to generate one consistent password. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue