mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Refactor langfuse profile output in final report script
- Moved the langfuse profile output section to ensure it includes user email and password details, enhancing the clarity and completeness of the final report.
This commit is contained in:
@@ -65,13 +65,6 @@ if is_profile_active "n8n"; then
|
||||
echo "Host: ${N8N_HOSTNAME:-<hostname_not_set>}"
|
||||
fi
|
||||
|
||||
if is_profile_active "langfuse"; then
|
||||
echo
|
||||
echo "================================= Langfuse ============================"
|
||||
echo
|
||||
echo "Host: ${LANGFUSE_HOSTNAME:-<hostname_not_set>}"
|
||||
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:-<not_set_in_env>}"
|
||||
fi
|
||||
|
||||
if is_profile_active "langfuse"; then
|
||||
echo
|
||||
echo "================================= Langfuse ============================"
|
||||
echo
|
||||
echo "Host: ${LANGFUSE_HOSTNAME:-<hostname_not_set>}"
|
||||
echo "User: ${LANGFUSE_INIT_USER_EMAIL:-<not_set_in_env>}"
|
||||
echo "Password: ${LANGFUSE_INIT_USER_PASSWORD:-<not_set_in_env>}"
|
||||
fi
|
||||
|
||||
if is_profile_active "monitoring"; then
|
||||
echo
|
||||
echo "================================= Grafana ============================="
|
||||
|
||||
Reference in New Issue
Block a user