From 06ff48117cf8dc2ba3e8c648a555d5e8ed36c2a1 Mon Sep 17 00:00:00 2001 From: Patrick Selamy Date: Sun, 8 Mar 2026 19:54:15 -0400 Subject: [PATCH] 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