Skip to content

Commit

Permalink
Another try changing directions
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Mar 14, 2024
1 parent 80ee6dd commit 83b1b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REACT_APP_API_ENDPOINT=http://localhost:8000
CONNECTION_WITH_QUESTIONS_API=http://localhost:8007
CONNECTION_WITH_QUESTIONS_API=http://localhost:8006
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm install
ARG API_URI="http://localhost:8000"
ENV REACT_APP_API_ENDPOINT=$API_URI

ARG QUESTIONS_API="http://localhost:8007"
ARG QUESTIONS_API="http://localhost:8006"
ENV CONNECTION_WITH_QUESTIONS_API=$QUESTIONS_API

#Create an optimized version of the webapp
Expand Down

0 comments on commit 83b1b67

Please sign in to comment.