From a638b39d4dac40839f4aeadf0cd1f230e0933d14 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Fri, 20 Feb 2026 14:03:32 +0800 Subject: [PATCH] updated .env.example to include openweathermap api key input --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index dc3537f..1392eef 100644 --- a/.env.example +++ b/.env.example @@ -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