4 lines
143 B
Bash
4 lines
143 B
Bash
DATABASE_URL=postgresql+asyncpg://homehub:homehub@db:5432/homehub
|
|
UPLOAD_DIR=/uploads
|
|
CORS_ORIGINS=http://localhost:3001,http://localhost:3000
|