From 2fdd67f1f8909835b32e4c4e10cba9a88bbdb43c Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Fri, 7 Sep 2018 16:22:09 +0100 Subject: [PATCH] apps: add antivirus-api --- config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml.j2 b/config.yaml.j2 index 3ceb3b8..b4df554 100644 --- a/config.yaml.j2 +++ b/config.yaml.j2 @@ -1,4 +1,4 @@ -{% set apps = ["api", "admin-frontend", "briefs-frontend", "brief-responses-frontend", "buyer-frontend", "router", "search-api", "supplier-frontend", "user-frontend"] -%} +{% set apps = ["antivirus-api", "api", "admin-frontend", "briefs-frontend", "brief-responses-frontend", "buyer-frontend", "router", "search-api", "supplier-frontend", "user-frontend"] -%} {% set environments = ["preview", "staging", "production"] -%} {% set log_types = ["application", "nginx"] -%} Auth: