Skip to content

Commit

Permalink
DBC22-3270: fix for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd committed Jan 22, 2025
1 parent 4852a5b commit 886763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/frontend/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ echo -e "window.ROUTE_PLANNER_CLIENT_ID='${REACT_APP_ROUTE_PLANNER_CLIENT_ID}';"
echo -e "window.REPLAY_THE_DAY='${REACT_APP_REPLAY_THE_DAY}';" >> $MAIN
echo -e "window.SURVEY_LINK='${REACT_APP_SURVEY_LINK}';" >> $MAIN
echo -e "window.BCEID_REGISTER_URL='${REACT_APP_BCEID_REGISTER_URL}';" >> $MAIN
echo -e "window.FROM_EMAIL='${REACT_APP_FROM_EMAIL}';" >> $MAIN
echo -e "window.DEPLOYMENT_TAG='${DEPLOYMENT_TAG}';" >> $MAIN
echo -e "window.RELEASE='${RELEASE:-}';" >> $MAIN
echo -e "window.FROM_EMAIL='${REACT_APP_FROM_EMAIL:-}';" >> $MAIN

# Set the environment to be used for caching django content
sed -i "s~{ENVIRONMENT}~$ENVIRONMENT~g" /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 886763b

Please sign in to comment.