grafana: enable anon viewing
This commit is contained in:
parent
bdee5b8619
commit
0853fb537e
1 changed files with 2 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue