18 lines
335 B
INI
18 lines
335 B
INI
[server]
|
|
protocol = https
|
|
cert_file = /etc/grafana/oglog-graf.${SUBDOMAIN}.crt.pem
|
|
cert_key = /etc/grafana/oglog-graf.${SUBDOMAIN}.key.pem
|
|
|
|
[analytics]
|
|
reporting_enabled = false
|
|
check_for_updates = false
|
|
check_for_plugin_updates = false
|
|
|
|
[database]
|
|
type = sqlite3
|
|
path = /var/lib/grafana/grafana.db
|
|
|
|
[auth]
|
|
disable_login_form = false
|
|
|