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_addr = "0.0.0.0";
|
||||||
http_port = 3100;
|
http_port = 3100;
|
||||||
};
|
};
|
||||||
auth = {
|
"auth.anonymous".enabled = true;
|
||||||
disable_login_form = false;
|
"auth.basic".enabled = false;
|
||||||
};
|
|
||||||
users = {
|
users = {
|
||||||
allow_signup = false;
|
allow_signup = false;
|
||||||
};
|
};
|
||||||
feature_toggles = {
|
|
||||||
publicDashboards = true;
|
|
||||||
};
|
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
host = "192.168.1.211:5432";
|
host = "192.168.1.211:5432";
|
||||||
|
|
Loading…
Reference in a new issue