Added Configuration for Local ID-Management

This commit is contained in:
Torben Brenner 2022-12-07 15:46:19 +01:00
parent 73b1993628
commit a3ba98a2fd
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#!/bin/bash
function idManagementSetup() {
if [ -n "$IDMANAGER_UPLOAD_APIKEY" ]; then
# if [ -n "$IDMANAGER_UPLOAD_APIKEY" ]; then
if [ -n "$ENABLE_ID_MANAGEMENT" ]; then
log INFO "id-management setup detected -- will start id-management (mainzelliste & magicpl)."
OVERRIDE+=" -f ./$PROJECT/modules/id-management-compose.yml"