This commit is contained in:
m0duspwnens
2020-12-09 16:01:09 -05:00
parent e05da4efc2
commit 8db79ae852

View File

@@ -8,16 +8,16 @@ grafana:
org_role: Viewer org_role: Viewer
smtp: smtp:
enabled: false enabled: false
host: localhost:25 # host: localhost:25
user: myuser # user: myuser
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;""" # If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
password: mypassword # password: mypassword
cert_file: /etc/grafana/config/files/smtp_cert_file.crt # cert_file: /etc/grafana/config/files/smtp_cert_file.crt
key_file: /etc/grafana/config/files/smtp_key_file.key # key_file: /etc/grafana/config/files/smtp_key_file.key
skip_verify: false # skip_verify: false
from_address: admin@grafana.localhost from_address: admin@grafana.localhost
from_name: Grafana from_name: Grafana
ehlo_identity: dashboard.example.com # ehlo_identity: dashboard.example.com
# auth.ldap: # auth.ldap:
# enabled: false # enabled: false
# config_file: /etc/grafana/config/files/ldap.toml # config_file: /etc/grafana/config/files/ldap.toml