From 122fe20b476f9e91dab61b6394df2d91c6a64bb4 Mon Sep 17 00:00:00 2001 From: Aaron Couch Date: Fri, 17 Jan 2025 12:11:44 -0500 Subject: [PATCH] Update local.env to skip attachment loading --- .github/workflows/ci-frontend-e2e.yml | 1 - api/local.env | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-frontend-e2e.yml b/.github/workflows/ci-frontend-e2e.yml index 6909e82355..2f40b50bf9 100644 --- a/.github/workflows/ci-frontend-e2e.yml +++ b/.github/workflows/ci-frontend-e2e.yml @@ -14,7 +14,6 @@ env: NODE_VERSION: 22 LOCKFILE_PATH: ./frontend/package-lock.json PACKAGE_MANAGER: npm - ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE: false concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/api/local.env b/api/local.env index 3dcd72f695..d304ee7d6a 100644 --- a/api/local.env +++ b/api/local.env @@ -108,7 +108,7 @@ IS_LOCAL_AWS=1 # Feature Flags ############################ ENABLE_OPPORTUNITY_LOG_MSG=false -ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE=true +ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE=false ############################ # Endpoint Configuration