Add pgAdmin service configuration and update environment variables in .env.example
This commit is contained in:
@@ -27,6 +27,12 @@ UMAMI_APP_SECRET=your_64_character_random_secret_here
|
||||
# Website ID from Umami dashboard (use placeholder initially, update after setup)
|
||||
UMAMI_WEBSITE_ID=placeholder-website-id
|
||||
|
||||
## pgAdmin
|
||||
# Default email for pgAdmin login
|
||||
PGADMIN_DEFAULT_EMAIL=admin@your-domain.com
|
||||
# Strong password for pgAdmin login
|
||||
PGADMIN_DEFAULT_PASSWORD=your_strong_pgadmin_password
|
||||
|
||||
## Grafana
|
||||
# Admin username for Grafana dashboard
|
||||
GRAFANA_ADMIN_USER=admin
|
||||
|
||||
Reference in New Issue
Block a user