fix(nix): temporarily disable browser locale in date formats for nix deployment as well (#4480)

This commit is contained in:
Matthias Wirtz
2025-01-13 17:23:23 +01:00
committed by GitHub
parent 4019df4d71
commit 3771102bb3
+3 -1
View File
@@ -256,7 +256,9 @@ in
"auth.basic".enabled = false;
analytics.reporting_enabled = false;
dashboards.default_home_dashboard_path = "../grafana/dashboards/internal/home.json";
date_formats.use_browser_locale = true;
# This experimental config option is temporarily disabled (incompatible with Grafana 11.4.0)
# https://github.com/grafana/grafana/issues/95209
# date_formats.use_browser_locale = true;
};
provision = {
enable = true;