backend config

This commit is contained in:
2025-04-10 23:04:51 +01:00
parent f4ffd20fcb
commit 69a9183c7f
3 changed files with 132 additions and 0 deletions

3
backend/.env.example Normal file
View File

@@ -0,0 +1,3 @@
DATABASE_URL=postgresql+asyncpg://codetutor:codetutor@localhost:5432/codetutor
DEBUG=false
CORS_ORIGINS=["http://localhost:3000"]