Allow public viewing access to dashboards
This commit is contained in:
parent
4b555b87ab
commit
dcd0da5aec
|
@ -6,9 +6,9 @@
|
|||
analytics.reporting.enable = false;
|
||||
protocol = "socket";
|
||||
rootUrl = "https://stats.besaid.de/";
|
||||
auth.anonymous.enable = false;
|
||||
auth.anonymous.enable = true;
|
||||
security = {
|
||||
adminUser = "dfrank";
|
||||
adminUser = "tokudan";
|
||||
adminPasswordFile = "/var/lib/grafana/admin.pw";
|
||||
secretKeyFile = "/var/lib/grafana/security.key";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue