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
Luke Murphy ffd036e697
All checks were successful
continuous-integration/drone/push Build is passing
Use 0.0.0.0 to map localhost
2020-04-09 20:23:46 +02:00

19 lines
413 B
Plaintext

[DEFAULT]
sslverify = no
output = psql
endpoint = http://0.0.0.0:8080/api
timezone = Europe/London
[alerta-mailer]
key = {{ alerta_mailer_api_key }}
mail_to = {{ mail_to }}
mail_from = {{ mail_from }}
amqp_url = mongodb://0.0.0.0:27017/
dashboard_url = http://0.0.0.0:8000
smtp_username = {{ smtp_username }}
smtp_password = {{ smtp_passwd }}
smtp_use_ssl = False
debug = True
skip_mta = False
email_type = text