20 lines
489 B
Plaintext
20 lines
489 B
Plaintext
[DEFAULT]
|
|
endpoint = https://{{ domain }}/api
|
|
output = psql
|
|
sslverify = True
|
|
timezone = Europe/London
|
|
|
|
[alerta-mailer]
|
|
amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}"
|
|
dashboard_url = https://{{ domain }}
|
|
debug = True
|
|
email_type = text
|
|
endpoint = https://{{ domain }}/api
|
|
key = {{ alerta_mailer_api_key }}
|
|
mail_from = {{ mail_from }}
|
|
mail_to = {{ mail_to }}
|
|
skip_mta = False
|
|
smtp_password = {{ smtp_passwd }}
|
|
smtp_starttls = True
|
|
smtp_username = {{ smtp_username }}
|