Update default org for anonymous viewers

This commit is contained in:
Charlotte Van Petegem 2022-04-29 15:43:23 +02:00
parent 45d7da3983
commit 5b89b29e3f
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -34,7 +34,10 @@
rootUrl = "https://stats.chvp.be/";
dataDir = "${config.chvp.dataPrefix}/var/lib/grafana";
protocol = "socket";
auth.anonymous.enable = true;
auth.anonymous = {
enable = true;
org_name = "Van Petegem";
};
smtp = {
enable = true;
user = "noreply@vanpetegem.me";