Add nngm module to minimal project

This commit is contained in:
Tobias Kussel
2023-12-15 09:43:31 +00:00
parent 0b90cdb769
commit fb6af1c4af
2 changed files with 37 additions and 0 deletions

View File

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