File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 # Update frontend .env
4646 cd frontend
4747 rm -f .env # Delete the existing .env file
48- echo "VITE_SERVER_URL=\"http://localhost :8081\"" > .env && \
48+ echo "VITE_SERVER_URL=\"http://34.130.253.243 :8081\"" > .env && \
4949 echo "VITE_PUBLIC_ASSISTANT_BASE_URL=\"${{ secrets.VITE_PUBLIC_ASSISTANT_BASE_URL }}\"" >> .env && \
5050 echo "VITE_ASSISTANT_UI_KEY=\"${{ secrets.VITE_ASSISTANT_UI_KEY }}\"" >> .env
5151
5454 rm -f .env # Delete the existing .env file
5555 echo "NODE_ENV=\"development\"" > .env && \
5656 echo "PORT=8081" >> .env && \
57- echo "CLIENT_APP_URL=\"http://localhost :5173\"" >> .env && \
57+ echo "CLIENT_APP_URL=\"http://34.130.253.243 :5173\"" >> .env && \
5858 echo "DATABASE_URL=\"${{ secrets.DATABASE_URL }}\"" >> .env && \
5959 echo "DATABASE_KEY=\"${{ secrets.DATABASE_KEY }}\"" >> .env && \
6060 echo "OPENAI_API_KEY=\"${{ secrets.OPENAI_API_KEY }}\"" >> .env && \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919 build :
2020 context : ./frontend
2121 args :
22- VITE_SERVER_URL : " http://backend :8081"
22+ VITE_SERVER_URL : " http://34.130.253.243 :8081"
2323 ports :
2424 - " 5173:5173"
2525 volumes :
You can’t perform that action at this time.
0 commit comments