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:
2
run.sh
2
run.sh
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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_HOST="10.0.1.1"
|
||||||
export DB_PORT="5432"
|
export DB_PORT="5432"
|
||||||
export DB_NAME="agiliton"
|
export DB_NAME="agiliton"
|
||||||
|
|||||||
Reference in New Issue
Block a user