fix: set correct anonymous org name for grafana

This commit is contained in:
Haitao Pan 2026-02-03 03:30:50 +08:00
parent 75c263ba7d
commit 98b62e4eef

View File

@ -33,7 +33,7 @@ cookie_samesite = disabled
[auth.anonymous] [auth.anonymous]
enabled = true enabled = true
org_name = Main Org. org_name = {{ grafana_org_name | default('Pigsty') }}
org_role = Viewer org_role = Viewer
[auth.basic] [auth.basic]