Skip to content

Commit

Permalink
Update local.env to skip attachment loading
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Jan 17, 2025
1 parent 9254748 commit 122fe20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-frontend-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion api/local.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 122fe20

Please sign in to comment.