Skip to content

Commit 0d1fe23

Browse files
committed
update endpoint
1 parent 3e7996a commit 0d1fe23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/matching/.env.docker

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ EXPRESS_PORT=9004
55
MATCHING_DB_HOSTNAME=host.docker.internal
66
MATCHING_DB_PORT=6379
77

8-
USER_SERVER_ENDPOINT=http://localhost:9001
9-
QUESTION_SERVER_ENDPOINT=http://localhost:9002
10-
COLLAB_SERVICE_ENDPOINT=http://localhost:9003
8+
USER_SERVER_ENDPOINT=http://host.docker.internal:9001
9+
QUESTION_SERVER_ENDPOINT=http://host.docker.internal:9002
10+
COLLAB_SERVICE_ENDPOINT=http://host.docker.internal:9003
1111

1212
# MATCHING_DB_USERNAME=peerprep-match-express
1313
# MATCHING_DB_PASSWORD=G7jBgyz9wGAFQ5La

0 commit comments

Comments
 (0)