mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
comment out some defaults file https://github.com/Security-Onion-Solutions/securityonion/issues/1175
This commit is contained in:
@@ -8,16 +8,16 @@ grafana:
|
||||
org_role: Viewer
|
||||
smtp:
|
||||
enabled: false
|
||||
host: localhost:25
|
||||
user: myuser
|
||||
# host: localhost:25
|
||||
# user: myuser
|
||||
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
|
||||
password: mypassword
|
||||
cert_file: /etc/grafana/config/files/smtp_cert_file.crt
|
||||
key_file: /etc/grafana/config/files/smtp_key_file.key
|
||||
skip_verify: false
|
||||
# password: mypassword
|
||||
# cert_file: /etc/grafana/config/files/smtp_cert_file.crt
|
||||
# key_file: /etc/grafana/config/files/smtp_key_file.key
|
||||
# skip_verify: false
|
||||
from_address: admin@grafana.localhost
|
||||
from_name: Grafana
|
||||
ehlo_identity: dashboard.example.com
|
||||
# ehlo_identity: dashboard.example.com
|
||||
# auth.ldap:
|
||||
# enabled: false
|
||||
# config_file: /etc/grafana/config/files/ldap.toml
|
||||
|
||||
Reference in New Issue
Block a user