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