chore: remove echo for pg uri (#850)

This commit is contained in:
cthomas
2025-02-03 15:16:09 -08:00
committed by GitHub
parent 613b4fdb5f
commit 673fd656bf

View File

@@ -14,7 +14,7 @@ wait_for_postgres() {
# Check if we're configured for external Postgres
if [ -n "$LETTA_PG_URI" ]; then
echo "External Postgres configuration detected, using $LETTA_PG_URI"
echo "External Postgres configuration detected, using env var LETTA_PG_URI"
else
echo "No external Postgres configuration detected, starting internal PostgreSQL..."
# Start PostgreSQL using the base image's entrypoint script