32 lines
647 B
INI
32 lines
647 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
|
|
|
|
#################################### SMTP / Emailing ##########################
|
|
[smtp]
|
|
enabled = true
|
|
host = smtp.qindel.es:465
|
|
user = lgromero@qindel.com
|
|
password = ***
|
|
;cert_file =
|
|
;key_file =
|
|
skip_verify = true
|
|
from_address = lgromero@qindel.com
|
|
from_name = Grafana
|
|
|
|
[emails]
|
|
welcome_email_on_sign_up = false
|