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