Tune up alerta.conf
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-09 20:27:36 +02:00
parent ffd036e697
commit 299837ae36
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 11 additions and 11 deletions

View File

@ -1,18 +1,18 @@
[DEFAULT]
sslverify = no
endpoint = https://{{ domain }}/api
output = psql
endpoint = http://0.0.0.0:8080/api
sslverify = no
timezone = Europe/London
[alerta-mailer]
key = {{ alerta_mailer_api_key }}
mail_to = {{ mail_to }}
mail_from = {{ mail_from }}
amqp_url = mongodb://0.0.0.0:27017/
dashboard_url = http://0.0.0.0:8000
smtp_username = {{ smtp_username }}
smtp_password = {{ smtp_passwd }}
smtp_use_ssl = False
debug = True
skip_mta = False
dashboard_url = http://{{ domain }}
debug = true
email_type = text
key = {{ alerta_mailer_api_key }}
mail_from = {{ mail_from }}
mail_to = {{ mail_to }}
skip_mta = false
smtp_password = {{ smtp_passwd }}
smtp_use_ssl = true
smtp_username = {{ smtp_username }}