fix: set correct anonymous org name for grafana
This commit is contained in:
parent
75c263ba7d
commit
98b62e4eef
@ -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]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user