Files
codetutor/backend/.env.example
2025-04-10 23:04:51 +01:00

4 lines
130 B
Plaintext

DATABASE_URL=postgresql+asyncpg://codetutor:codetutor@localhost:5432/codetutor
DEBUG=false
CORS_ORIGINS=["http://localhost:3000"]