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

View File

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