19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
[DEFAULT]
|
|
sslverify = no
|
|
output = psql
|
|
endpoint = http://localhost:8080/api
|
|
timezone = Europe/London
|
|
|
|
[alerta-mailer]
|
|
key = "{{ alerta_mailer_api_key }}"
|
|
mail_to = "{{ mail_to }}"
|
|
mail_from = "{{ mail_from }}"
|
|
amqp_url = redis://localhost:6379/
|
|
dashboard_url = http://localhost:8000
|
|
smtp_username = "{{ smtp_username }}"
|
|
smtp_password = "{{ smtp_passwd }}"
|
|
smtp_use_ssl = False
|
|
debug = True
|
|
skip_mta = False
|
|
email_type = text
|