diff --git a/scripts/06_final_report.sh b/scripts/06_final_report.sh index c1fd834..828ee09 100755 --- a/scripts/06_final_report.sh +++ b/scripts/06_final_report.sh @@ -76,17 +76,11 @@ if is_profile_active "supabase"; then echo "================================= Supabase ============================" echo echo "External Host (via Caddy): ${SUPABASE_HOSTNAME:-}" - echo "Internal API Gateway: http://kong:8000" echo "Studio User: ${DASHBOARD_USERNAME:-}" echo "Studio Password: ${DASHBOARD_PASSWORD:-}" echo - echo "================================= PostgreSQL (Supabase) ============================" - echo - echo "Host: ${POSTGRES_HOST:-db}" # Note: Supabase uses 'db' as the hostname for its internal Postgres by default - echo "Port: ${POSTGRES_PORT:-5432}" - echo "Database: ${POSTGRES_DB:-postgres}" - echo "User: ${POSTGRES_USER:-postgres}" - echo "Password: ${POSTGRES_PASSWORD:-}" + echo "Internal API Gateway: http://kong:8000" + echo "Service Role Secret: ${SERVICE_ROLE_KEY:-}" fi if is_profile_active "langfuse"; then