From b5df7d9d2e6f961467cad711ed88755ce4e1176f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 09:10:13 +0200 Subject: [PATCH] Try to get the CLI working again --- ansible/templates/alerta.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index 166e34b..b787eb3 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -1,7 +1,7 @@ [DEFAULT] -endpoint = https://{{ domain }}/api +endpoint = https://{{ domain }} output = psql -sslverify = True +sslverify = False timezone = Europe/London [alerta-mailer]