mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user