[#38] grafana: Fix config
Allow to acces grafana anonymous. Change home page. Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
3abb217d30
commit
7de23fe789
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
[auth.anonymous]
|
[auth.anonymous]
|
||||||
# enable anonymous access
|
|
||||||
enabled = true
|
enabled = true
|
||||||
|
org_name = Main Org.
|
||||||
|
org_role = Editor
|
||||||
|
|
||||||
|
[dashboards]
|
||||||
|
default_home_dashboard_path= /etc/grafana/provisioning/dashboards/overview.json
|
Loading…
Reference in a new issue