| 123456789101112131415161718192021222324 |
- [server]
- http_port = 3000
- domain = grafana.briven.tech
- root_url = https://grafana.briven.tech
- [security]
- admin_user = admin
- # Operator sets the actual password via GF_SECURITY_ADMIN_PASSWORD env
- # var, or relies on the cf-access auth-proxy header (the default).
- allow_embedding = false
- [auth]
- disable_login_form = true
- [users]
- allow_sign_up = false
- [analytics]
- reporting_enabled = false
- check_for_updates = false
- [log]
- mode = console
- level = info
|