]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/cephadm/templates/services/grafana/grafana.ini.j2
update dh_systemd restart patch for pacific
[ceph.git] / ceph / src / pybind / mgr / cephadm / templates / services / grafana / grafana.ini.j2
CommitLineData
e306af50
TL
1# {{ cephadm_managed }}
2[users]
3 default_theme = light
4[auth.anonymous]
5 enabled = true
6 org_name = 'Main Org.'
7 org_role = 'Viewer'
8[server]
9 domain = 'bootstrap.storage.lab'
10 protocol = https
11 cert_file = /etc/grafana/certs/cert_file
12 cert_key = /etc/grafana/certs/cert_key
13 http_port = {{ http_port }}
14[security]
15 admin_user = admin
16 admin_password = admin
17 allow_embedding = true