Fix amqp URL and drop key now (not generated)

This commit is contained in:
Luke Murphy 2020-04-10 08:49:53 +02:00
parent 1234b18cf4
commit 4f5ab551d6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -1,12 +1,11 @@
[DEFAULT]
endpoint = https://{{ domain }}/api
key = {{ alerta_cli_api_key }}
output = psql
sslverify = True
timezone = Europe/London
[alerta-mailer]
amqp_url = {{ db_type }}://{{ db_loc }}/
amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}"
dashboard_url = https://{{ domain }}
debug = True
email_type = text