4 lines
130 B
Bash
4 lines
130 B
Bash
DATABASE_URL=postgresql+asyncpg://codetutor:codetutor@localhost:5432/codetutor
|
|
DEBUG=false
|
|
CORS_ORIGINS=["http://localhost:3000"]
|