This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
alerta.autonomic.zone/ansible/templates/alerta.conf

19 lines
426 B
Plaintext
Raw Normal View History

2020-04-09 17:06:09 +00:00
[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