From 19c3da0b22268eb4af870758d43a1b6e8d55dfcd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 09:16:32 +0200 Subject: [PATCH] Fix CLI URL --- 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 b787eb3..166e34b 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -1,7 +1,7 @@ [DEFAULT] -endpoint = https://{{ domain }} +endpoint = https://{{ domain }}/api output = psql -sslverify = False +sslverify = True timezone = Europe/London [alerta-mailer]