This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
alerta/alerta.conf.tmpl

26 lines
690 B
Cheetah
Raw Permalink Normal View History

2021-01-08 11:32:51 +00:00
[DEFAULT]
debug = {{ env "DEBUG" }}
2021-07-14 14:15:47 +00:00
endpoint = http://app:8080/api
2021-01-08 12:44:58 +00:00
key = {{ secret "cli_api_key" }}
2021-01-08 11:32:51 +00:00
output = json
sslverify = False
timezone = Europe/London
[alerta-mailer]
amqp_topic = notify
2021-01-11 18:59:25 +00:00
amqp_url = redis://{{ env "QUEUE_HOST" }}/
2021-01-08 11:32:51 +00:00
config_file = /app/alerta.conf
dashboard_url = https://{{ env "DOMAIN" }}
debug = {{ env "DEBUG" }}
email_type = text
2021-07-14 14:15:47 +00:00
endpoint = http://app:8080/api
key = {{ secret "mailer_api_key" }}
2021-01-08 11:32:51 +00:00
mail_from = {{ env "MAIL_FROM" }}
mail_template = /app/email.tmpl
mail_to = {{ env "MAIL_TO" }}
skip_mta = False
smtp_host = {{ env "SMTP_HOST" }}
smtp_password = {{ secret "smtp_password" }}
2021-01-08 11:32:51 +00:00
smtp_port = {{ env "SMTP_PORT" }}
smtp_starttls = {{ env "SMTP_STARTTLS" }}