auto-claude: 2.6 - Remove hardcoded password from docstring usage example

This commit is contained in:
Maciej Pienczyn 2026-01-10 12:55:34 +01:00
parent c228716c0f
commit f29987f635

View File

@ -10,7 +10,8 @@ This script tests the collaboration matching functionality by:
Usage:
# From the worktree directory with DEV database running:
DATABASE_URL=postgresql://nordabiz_app:NordaBiz2025Secure@localhost:5433/nordabiz \
# Set DATABASE_URL environment variable with proper credentials, then run:
DATABASE_URL=postgresql://nordabiz_app:YOUR_PASSWORD@localhost:5433/nordabiz \
python3 scripts/test_collaboration_matching.py
Requirements: