fix: add pydantic[email] + correct DATABASE_URL to postgresql+asyncpg

This commit is contained in:
Implementation Engineer
2026-07-10 09:59:14 +02:00
parent 22acc39017
commit 7b1bebe7da
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RENTMAN_API_TOKEN=
JWT_SECRET=
# --- Database ---
DATABASE_URL=postgresql://hms:hms@postgres:5432/hms
DATABASE_URL=postgresql+asyncpg://hms:hms@postgres:5432/hms
# --- Redis ---
REDIS_URL=redis://redis:6379/0