fix: use literal values in .env.example and correct env var name in alembic (#72)

.env files don't support shell variable interpolation, so DATABASE_URL
and REDIS_URL had literal ${VAR} strings instead of actual values.
Also alembic/env.py was reading SQLALCHEMY_DATABASE_URL instead of
DATABASE_URL, which is what the app and .env use.

Closes #62

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Patrick Selamy
2026-03-08 19:54:15 -04:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 34393e7ee3
commit 06ff48117c

Diff Content Not Available