mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Fix default anonymous org name
This commit is contained in:
parent
d3d896dccd
commit
13206fbb69
@ -78,7 +78,7 @@ auto_assign_org_role = Viewer
|
|||||||
; enable anonymous access
|
; enable anonymous access
|
||||||
enabled = false
|
enabled = false
|
||||||
; specify organization name that should be used for unauthenticated users
|
; specify organization name that should be used for unauthenticated users
|
||||||
org_name = Main org.
|
org_name = main
|
||||||
; specify role for unauthenticated users
|
; specify role for unauthenticated users
|
||||||
org_role = Viewer
|
org_role = Viewer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user