auto-claude: 2.6 - Remove hardcoded password from docstring usage example
This commit is contained in:
parent
c228716c0f
commit
f29987f635
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user