backend config
This commit is contained in:
3
backend/.env.example
Normal file
3
backend/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
DATABASE_URL=postgresql+asyncpg://codetutor:codetutor@localhost:5432/codetutor
|
||||
DEBUG=false
|
||||
CORS_ORIGINS=["http://localhost:3000"]
|
||||
Reference in New Issue
Block a user