From b461f706449bab4654e5913f30ccb865f9dd7488 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Jan 2021 14:30:51 +0100 Subject: [PATCH] No quotes here at all --- alerta.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerta.conf.tmpl b/alerta.conf.tmpl index d1b1249..a8fe370 100644 --- a/alerta.conf.tmpl +++ b/alerta.conf.tmpl @@ -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" }}