From 3eeae3bfb34f50cdebafa4b18fd7ddbc529b0345 Mon Sep 17 00:00:00 2001 From: Sudip Bhattarai Date: Tue, 11 Feb 2025 16:36:44 +0545 Subject: [PATCH] Enable VITE_IS_GOVERNANCE_OUTCOMES_PILLAR_ENABLED flag on test/qa stack --- tests/test-infrastructure/docker-compose-govtool.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-infrastructure/docker-compose-govtool.yml b/tests/test-infrastructure/docker-compose-govtool.yml index 7cdbaec79..9a714524c 100644 --- a/tests/test-infrastructure/docker-compose-govtool.yml +++ b/tests/test-infrastructure/docker-compose-govtool.yml @@ -50,6 +50,7 @@ services: VITE_PDF_API_URL: ${PDF_API_URL} VITE_IPFS_GATEWAY: ${IPFS_GATEWAY} VITE_IPFS_PROJECT_ID: ${IPFS_PROJECT_ID} + VITE_IS_GOVERNANCE_OUTCOMES_PILLAR_ENABLED: "true" environment: VIRTUAL_HOST: https://${BASE_DOMAIN} networks: