Skip to content

Commit c1e0ba5

Browse files
authored
Fix: Example envs and docs (#113)
1 parent 6b20dae commit c1e0ba5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MONGODB_URI=mongodb+srv://admin:<db-password>@cluster3219.ll0nzkk.mongodb.net/?retryWrites=true&w=majority&appName=Cluster3219
22
ADMIN_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.
66
LEETCODE_DETAIL_CONCURRENCY=6

backend-services/matching-backend-service/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ SPRING_DATA_MONGODB_URI=mongodb+srv://admin:<DB_PASSWORD>@cluster3219.ll0nzkk.mo
88
SPRING_DATA_REDIS_HOST=redis
99
SPRING_DATA_REDIS_PORT=6379
1010
SPRING_DATA_REDIS_SSL_ENABLED=false #For dev. true for prod
11+
COLLAB_SERVICE_BASE_URL=http://collab-service:5276/api/v1/collab-service/
1112

1213
PORT=5274
1314
ALLOWED_ORIGINS=http://localhost:5173,https://d1h013fkmpx3nu.cloudfront.net

0 commit comments

Comments
 (0)