22 lines
514 B
Plaintext
22 lines
514 B
Plaintext
[DEFAULT]
|
|
endpoint = http://127.0.0.1:8080/api
|
|
key = {{ alerta_cli_api_key }}
|
|
output = psql
|
|
sslverify = False
|
|
timezone = Europe/London
|
|
|
|
[alerta-mailer]
|
|
amqp_url = mongodb://127.0.0.1:27017/
|
|
amqp_queue_name = kombu
|
|
dashboard_url = http://127.0.0.1:8080
|
|
debug = True
|
|
email_type = text
|
|
endpoint = http://127.0.0.1:8080/api
|
|
key = {{ alerta_mailer_api_key }}
|
|
mail_from = {{ mail_from }}
|
|
mail_to = {{ mail_to }}
|
|
skip_mta = False
|
|
smtp_password = {{ smtp_passwd }}
|
|
smtp_starttls = True
|
|
smtp_username = {{ smtp_username }}
|