Skip to content
Snippets Groups Projects
Commit 617e7e12 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch 'grafana-no-phoning-home' into 'develop'

Grafana: No phoning home

See merge request !119
parents 59f51ada 61f74aec
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!122Merge develop into staging,!119Grafana: No phoning home
Pipeline #836 passed
...@@ -38,6 +38,9 @@ in { ...@@ -38,6 +38,9 @@ in {
port = 2342; port = 2342;
addr = "127.0.0.1"; addr = "127.0.0.1";
# No phoning home
analytics.reporting.enable = false;
# All three are required to forego the user/pass prompt: # All three are required to forego the user/pass prompt:
auth.anonymous.enable = true; auth.anonymous.enable = true;
auth.anonymous.org_role = "Admin"; auth.anonymous.org_role = "Admin";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment