fix: resolve .env.example variable interpolation and alembic env var mismatch (#62) (#82)

.env files don't support shell variable expansion, so DATABASE_URL and
REDIS_URL contained literal ${...} strings. Also alembic/env.py read
SQLALCHEMY_DATABASE_URL instead of DATABASE_URL.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Patrick Selamy
2026-03-08 20:05:00 -04:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 5cbcaccd82
commit f3801987fe

Diff Content Not Available