rico0: configure grafana

This commit is contained in:
Adithya 2024-07-18 22:01:46 +05:30
parent 46ab9b6881
commit bba25b0339
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -16,6 +16,12 @@ _: {
http_addr = "127.0.0.1"; http_addr = "127.0.0.1";
http_port = 9091; http_port = 9091;
}; };
analytics = {
enable = false;
};
panels = {
disable_sanitize_html = true;
};
}; };
}; };
}; };