fix: add pydantic[email] + correct DATABASE_URL to postgresql+asyncpg
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user