UMBRA/.env.example
Kyle Pope 3764d3e2ab Move TZ from docker-compose to .env, document in .env.example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 00:15:24 +08:00

15 lines
386 B
Plaintext

# Database
POSTGRES_USER=umbra
POSTGRES_PASSWORD=changeme_in_production
POSTGRES_DB=umbra
# Backend
DATABASE_URL=postgresql+asyncpg://umbra:changeme_in_production@db:5432/umbra
SECRET_KEY=change-this-to-a-random-secret-key-in-production
# Timezone (applied to backend + db containers via env_file)
TZ=Australia/Perth
# Integrations
OPENWEATHERMAP_API_KEY=your-openweathermap-api-key