updated .env.example to include openweathermap api key input
This commit is contained in:
parent
374e07708f
commit
a638b39d4d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user