grafana: enable anon viewing

This commit is contained in:
notohh 2023-06-19 12:20:49 -04:00
parent bdee5b8619
commit 0853fb537e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -9,15 +9,11 @@ _: {
http_addr = "0.0.0.0";
http_port = 3100;
};
auth = {
disable_login_form = false;
};
"auth.anonymous".enabled = true;
"auth.basic".enabled = false;
users = {
allow_signup = false;
};
feature_toggles = {
publicDashboards = true;
};
database = {
type = "postgres";
host = "192.168.1.211:5432";