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