fix(CF-303): Remove internal IP from run.sh log message

Removed hardcoded internal IP address from debug log to comply with
CF-303 IP exposure validation. Changed to generic message.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-01-20 10:18:33 +02:00
parent 2439d4a645
commit 7f86d256c9

2
run.sh
View File

@@ -1,5 +1,5 @@
#!/bin/bash
echo "task-mcp: run.sh executing with DB_HOST=10.0.1.1" >&2
echo "task-mcp: run.sh executing with database connection" >&2
export DB_HOST="10.0.1.1"
export DB_PORT="5432"
export DB_NAME="agiliton"