updated .env.example to include openweathermap api key input

This commit is contained in:
Kyle 2026-02-20 14:03:32 +08:00
parent 374e07708f
commit a638b39d4d

View File

@ -6,3 +6,6 @@ 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
# Integrations
OPENWEATHERMAP_API_KEY=your-openweathermap-api-key