File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Team Members:
1616- WOO ZONG HUA ([ @wzhua02 ] ( https://github.com/wzhua02 ) )
1717- CENSON LEE LEMUEL JOHN ALEJO ([ @Ryuse ] ( https://github.com/Ryuse ) )
1818- SONG JIA HUI ([ @jiahui0309 ] ( https://github.com/jiahui0309 ) )
19- - SHARON SOH XUAN HUI (@ [ xGladiate] ( https://github.com/xGladiate ) )
19+ - SHARON SOH XUAN HUI ([ @ xGladiate ] ( https://github.com/xGladiate ) )
2020- YAP ZHAO YI ([ @ToxOptimism ] ( https://github.com/ToxOptimism ) /[ @ToxicOptimism ] ( https://github.com/ToxicOptimism ) )
2121
2222---
@@ -110,9 +110,7 @@ Once all containers are up and running, you can:
110110
111111## Architecture Diagram
112112
113- [ Architecture Diagram] ( https://github.com/CS3219-AY2526Sem1/cs3219-ay2526s1-project-g09/blob/master/docs/architecture_diagram.png )
114-
115- —
113+ ![ alt text] ( https://github.com/CS3219-AY2526Sem1/cs3219-ay2526s1-project-g09/blob/master/docs/architecture_diagram.png " Architecture Diagram ")
116114
117115## Ports
118116
Original file line number Diff line number Diff line change 11MONGODB_URI = mongodb+srv://admin:<db-password>@cluster3219.ll0nzkk.mongodb.net/?retryWrites=true&w=majority&appName=Cluster3219
22ADMIN_TOKEN = <db-password>
3- QUESTION_API_URL = http://localhost :5275/api/v1/question-service
3+ QUESTION_API_URL = http://peerprep-question-backend :5275/api/v1/question-service
44# Maximum number of concurrent LeetCode detail fetches.
55# Optional: defaults to 6 if not set.
66LEETCODE_DETAIL_CONCURRENCY = 6
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ SPRING_DATA_MONGODB_URI=mongodb+srv://admin:<DB_PASSWORD>@cluster3219.ll0nzkk.mo
88SPRING_DATA_REDIS_HOST = redis
99SPRING_DATA_REDIS_PORT = 6379
1010SPRING_DATA_REDIS_SSL_ENABLED = false # For dev. true for prod
11+ COLLAB_SERVICE_BASE_URL = http://collab-service:5276/api/v1/collab-service/
1112
1213PORT = 5274
1314ALLOWED_ORIGINS = http://localhost:5173,https://d1h013fkmpx3nu.cloudfront.net
You can’t perform that action at this time.
0 commit comments