Files
home_hub/.env.example
T

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