update new broker

This commit is contained in:
juarez
2023-07-07 09:52:35 +02:00
parent 83da060cea
commit c9838af341
6 changed files with 13 additions and 21 deletions

View File

@@ -3,6 +3,6 @@
function nngmSetup() {
if [ -n "$NNGM_CTS_APIKEY" ]; then
log INFO "nNGM setup detected -- will start nNGM Connector."
OVERRIDE+=" -f ./$PROJECT/modules/nngm-compose.yml"
OVERRIDE+=" -f ./$PROJECT/nngm-compose.yml"
fi
}