diff --git a/scripts/06_final_report.sh b/scripts/06_final_report.sh index c9d6bde..038c4bb 100755 --- a/scripts/06_final_report.sh +++ b/scripts/06_final_report.sh @@ -65,13 +65,6 @@ if is_profile_active "n8n"; then echo "Host: ${N8N_HOSTNAME:-}" fi -if is_profile_active "langfuse"; then - echo - echo "================================= Langfuse ============================" - echo - echo "Host: ${LANGFUSE_HOSTNAME:-}" -fi - if is_profile_active "open-webui"; then echo echo "================================= WebUI ===============================" @@ -106,6 +99,15 @@ if is_profile_active "supabase"; then echo "Password: ${POSTGRES_PASSWORD:-}" fi +if is_profile_active "langfuse"; then + echo + echo "================================= Langfuse ============================" + echo + echo "Host: ${LANGFUSE_HOSTNAME:-}" + echo "User: ${LANGFUSE_INIT_USER_EMAIL:-}" + echo "Password: ${LANGFUSE_INIT_USER_PASSWORD:-}" +fi + if is_profile_active "monitoring"; then echo echo "================================= Grafana ============================="