UMBRA/.env.example

12 lines
305 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
# Integrations
OPENWEATHERMAP_API_KEY=your-openweathermap-api-key