alembic-ini-hardcoded-url-triggers-secret-scanner

Hardcoded dev DB URL in alembic.ini (e.g., postgresql+psycopg2://user:pass@localhost/db) trips the pre-commit secret scanner hook and blocks the commit. The fix is to leave the URL as a placeholder comment and rely exclusively on the RSAME_DATABASE_URL env var, which alembic’s env.py already reads. Always initialize new projects with an empty/placeholder URL in alembic.ini.