Skip to content

Commit

Permalink
fix: email attachments (#2252)
Browse files Browse the repository at this point in the history
Co-authored-by: KishenKumarrrrr <kishen@open.gov.sg>
  • Loading branch information
KishenKumarrrrr and KishenKumarrrrr committed Apr 18, 2024
1 parent 12cc5c6 commit 1b29d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ frontend:
- if [ "${AWS_BRANCH}" = "master" ]; then
export REACT_APP_BACKEND_URL=${BACKEND_URL_PRODUCTION} &&
export REACT_APP_ENVIRONMENT="production" &&
export REACT_APP_IMG_SERVER_URL="https://postman.gov.sg/v1";
export REACT_APP_IMG_SERVER_URL="https://legacy.postman.gov.sg/v1";
elif [ "${AWS_BRANCH}" = "momgovsg" ]; then
export REACT_APP_BACKEND_URL=${BACKEND_URL_PRODUCTION_MOM} &&
export REACT_APP_ENVIRONMENT="production-02";
Expand Down

0 comments on commit 1b29d73

Please sign in to comment.