You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ docker compose up --build
85
85
Go to `client\data\apiRoutes` and comment the `first line` and uncomment the second
86
86
```js
87
87
exportconstbaseUrl="http://localhost:8585"; // Uncomment to run Locally
88
-
// export const baseUrl = "http://13.250.36.61/"; // Uncomment to run in AWS
88
+
// export const baseUrl = "http://13.250.36.61"; // Uncomment to run in AWS
89
89
```
90
90
When running on AWS the frontend might face some slow network problems which can be fixed by switching speed from no thorttling to fast 3G. [You can check this video to see the demonstration of the problem mentioned here](https://drive.google.com/drive/folders/1B5N5o0ms7mizSYm5HNiAjJj0O82Zb1tq?usp=sharing).
0 commit comments