Spaces:
Runtime error
Runtime error
Commit ·
bbbf6b7
1
Parent(s): 46abd4d
Fix: Use postgresql+asyncpg for async database connection
Browse files
.env
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
DATABASE_URL=postgresql://neondb_owner:npg_SuUXp1pTlj74@ep-crimson-meadow-a88ljb4r.eastus2.azure.neon.tech/neondb?sslmode=require
|
| 2 |
JWT_SECRET=hackathontodosecretkeyphase2024min32chars
|
| 3 |
CORS_ORIGINS=https://hackathon-todo.vercel.app,http://localhost:3000
|
|
|
|
| 1 |
+
DATABASE_URL=postgresql+asyncpg://neondb_owner:npg_SuUXp1pTlj74@ep-crimson-meadow-a88ljb4r.eastus2.azure.neon.tech/neondb?sslmode=require
|
| 2 |
JWT_SECRET=hackathontodosecretkeyphase2024min32chars
|
| 3 |
CORS_ORIGINS=https://hackathon-todo.vercel.app,http://localhost:3000
|