grafana: Disable analytics

pull/355/head
Mike Lang 2 years ago
parent 4c88e58459
commit 7839631313

@ -3,6 +3,12 @@ protocol = "https"
cert_key = /etc/grafana/tls.key cert_key = /etc/grafana/tls.key
cert_file = /etc/grafana/tls.crt cert_file = /etc/grafana/tls.crt
[analytics]
# Don't send usage information to Grafana Labs or nag to update
enabled = false
reporting_enabled = false
check_for_updates = false
[auth.anonymous] [auth.anonymous]
enabled = true enabled = true
org_name = Main Org. org_name = Main Org.

Loading…
Cancel
Save