Update default org for anonymous viewers
This commit is contained in:
parent
45d7da3983
commit
5b89b29e3f
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue