19 lines
419 B
Plaintext
19 lines
419 B
Plaintext
[DEFAULT]
|
|
sslverify = no
|
|
output = psql
|
|
endpoint = http://localhost:8080/api
|
|
timezone = Europe/London
|
|
|
|
[alerta-mailer]
|
|
key = {{ alerta_mailer_api_key }}
|
|
mail_to = {{ mail_to }}
|
|
mail_from = {{ mail_from }}
|
|
amqp_url = mongodb://localhost:27017/
|
|
dashboard_url = http://localhost:8000
|
|
smtp_username = {{ smtp_username }}
|
|
smtp_password = {{ smtp_passwd }}
|
|
smtp_use_ssl = False
|
|
debug = True
|
|
skip_mta = False
|
|
email_type = text
|