grafana: Disable public dashboard

This commit is contained in:
Payas Relekar 2023-06-10 16:25:41 +05:30
parent 943acadeeb
commit 6591259b70

View file

@ -40,7 +40,7 @@ in
enable = true;
settings = {
feature_toggles = {
publicDashboards = true;
publicDashboards = false;
};
analytics.reporting_enabled = false;
server = {