alerta/alerta.conf.tmpl

26 lines
786 B
Cheetah
Raw Normal View History

2021-01-08 11:32:51 +00:00
[DEFAULT]
debug = {{ env "DEBUG" }}
endpoint = http://localhost: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
amqp_url = {{ env "MONGODB_TYPE" }}://{{ env "MONGODB_USER" }}:{{ secret "db_root_password" }}@{{ env "MONGODB_ADDR" }}/alerta
config_file = /app/alerta.conf
dashboard_url = https://{{ env "DOMAIN" }}
debug = {{ env "DEBUG" }}
email_type = text
endpoint = http://localhost:8080/api
2021-01-08 12:44:58 +00:00
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" }}
2021-01-08 13:30:34 +00:00
smtp_password = {{ secret "smtp_password" }}
2021-01-08 11:32:51 +00:00
smtp_port = {{ env "SMTP_PORT" }}
smtp_starttls = {{ env "SMTP_STARTTLS" }}