This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
alerta.autonomic.zone/deploy.d/templates/alerta.conf

26 lines
797 B
Plaintext

[DEFAULT]
debug = True
endpoint = http://localhost:8080/api
key = {{ vault.alerta_cli_api_key }}
output = json
sslverify = False
timezone = Europe/London
[alerta-mailer]
amqp_topic = notify
amqp_url = {{ dokku.mogodb_type }}://{{ dokku.mongodb_user }}:{{ vault.db_passwd }}@{{ dokku.mongodb_addr }}/{{ dokku.app }}
config_file = /app/alerta.conf
dashboard_url = https://{{ config.vars.domain }}
debug = True
email_type = text
endpoint = http://localhost:8080/api
key = {{ vault.alerta_mailer_api_key }}
mail_from = {{ config.vars.mail_from }}
mail_template = /app/email.tmpl
mail_to = {{ config.vars.mail_to }}
skip_mta = False
smtp_host = {{ config.vars.smtp_host }}
smtp_password = {{ vault.smtp_passwd }}
smtp_port = {{ config.vars.smtp_port }}
smtp_starttls = {{ config.vars.smtp_starttls }}