alerta/alerta.conf.tmpl

26 lines
798 B
Cheetah

[DEFAULT]
debug = {{ env "DEBUG" }}
endpoint = http://localhost:8080/api
key = {{ secret "alerta_cli_api_key" }}
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
key = {{ secret "alerta_mailer_api_key" }}
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_passwd" }}
smtp_port = {{ env "SMTP_PORT" }}
smtp_starttls = {{ env "SMTP_STARTTLS" }}