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