backend config

This commit is contained in:
2025-04-10 23:04:51 +01:00
parent 302bf3af47
commit cd76315bef
3 changed files with 132 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
DATABASE_URL=postgresql+asyncpg://codetutor:codetutor@localhost:5432/codetutor
DEBUG=false
CORS_ORIGINS=["http://localhost:3000"]