No quotes here at all
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-11 14:30:51 +01:00
parent f321b24031
commit b461f70644
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ timezone = Europe/London
[alerta-mailer]
amqp_topic = notify
amqp_url = "mongodb://{{ env "DB_HOST" }}/{{ env "DB_NAME" }}"
amqp_url = mongodb://{{ env "DB_HOST" }}/{{ env "DB_NAME" }}
config_file = /app/alerta.conf
dashboard_url = https://{{ env "DOMAIN" }}
debug = {{ env "DEBUG" }}