[DEFAULT] debug = {{ env "DEBUG" }} endpoint = http://app:8080/api key = {{ secret "cli_api_key" }} output = json sslverify = False timezone = Europe/London [alerta-mailer] amqp_topic = notify amqp_url = redis://{{ env "QUEUE_HOST" }}/ config_file = /app/alerta.conf dashboard_url = https://{{ env "DOMAIN" }} debug = {{ env "DEBUG" }} email_type = text endpoint = http://app:8080/api key = {{ secret "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_password" }} smtp_port = {{ env "SMTP_PORT" }} smtp_starttls = {{ env "SMTP_STARTTLS" }}