grafana.ini 452 B

123456789101112131415161718192021222324
  1. [server]
  2. http_port = 3000
  3. domain = grafana.briven.tech
  4. root_url = https://grafana.briven.tech
  5. [security]
  6. admin_user = admin
  7. # Operator sets the actual password via GF_SECURITY_ADMIN_PASSWORD env
  8. # var, or relies on the cf-access auth-proxy header (the default).
  9. allow_embedding = false
  10. [auth]
  11. disable_login_form = true
  12. [users]
  13. allow_sign_up = false
  14. [analytics]
  15. reporting_enabled = false
  16. check_for_updates = false
  17. [log]
  18. mode = console
  19. level = info