mirror of
https://github.com/samply/bridgehead.git
synced 2026-08-14 00:02:36 +02:00
11 lines
416 B
Bash
11 lines
416 B
Bash
#!/bin/bash -e
|
|
|
|
if [ "$ENABLE_TEILER" == true ];then
|
|
log INFO "Teiler setup detected -- will start Teiler services."
|
|
OVERRIDE+=" -f ./$PROJECT/modules/teiler-compose.yml"
|
|
TEILER_DEFAULT_LANGUAGE=EN
|
|
TEILER_DEFAULT_LANGUAGE_LOWER_CASE=${TEILER_DEFAULT_LANGUAGE,,}
|
|
## add_public_oidc_redirect_url "/cce-teiler/*" ## TODO: Add this again if we use secret sync. Temporally, we
|
|
## add the clients manually.
|
|
fi
|