From 9526faa9a46031b841b2c34d457f6fae78732aab Mon Sep 17 00:00:00 2001 From: euanmillar Date: Fri, 16 Feb 2024 12:53:21 +0000 Subject: [PATCH] QA_ENV should be true in countryconfig in development --- infrastructure/docker-compose.development-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/docker-compose.development-deploy.yml b/infrastructure/docker-compose.development-deploy.yml index 53e03684a..276f4f8c5 100644 --- a/infrastructure/docker-compose.development-deploy.yml +++ b/infrastructure/docker-compose.development-deploy.yml @@ -15,6 +15,7 @@ services: - jwt-public-key.{{ts}} environment: - NODE_ENV=production + - QA_ENV=true - FHIR_URL=http://hearth:3447/fhir - AUTH_URL=http://auth:4040 - APPLICATION_CONFIG_URL=http://config:2021