From 3701aab48771ef0dc25c4fcdafa89efbc6f878ec Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 9 Apr 2020 09:29:08 +0200 Subject: [PATCH] Fix domain for API --- ansible/templates/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/config.json b/ansible/templates/config.json index 954d0df..ce7b959 100644 --- a/ansible/templates/config.json +++ b/ansible/templates/config.json @@ -1 +1 @@ -{"endpoint": "https://alerta-api.example.com"} +{ "endpoint": "https://{{ domain }}" }