We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7996a commit 0d1fe23Copy full SHA for 0d1fe23
backend/matching/.env.docker
@@ -5,9 +5,9 @@ EXPRESS_PORT=9004
5
MATCHING_DB_HOSTNAME=host.docker.internal
6
MATCHING_DB_PORT=6379
7
8
-USER_SERVER_ENDPOINT=http://localhost:9001
9
-QUESTION_SERVER_ENDPOINT=http://localhost:9002
10
-COLLAB_SERVICE_ENDPOINT=http://localhost:9003
+USER_SERVER_ENDPOINT=http://host.docker.internal:9001
+QUESTION_SERVER_ENDPOINT=http://host.docker.internal:9002
+COLLAB_SERVICE_ENDPOINT=http://host.docker.internal:9003
11
12
# MATCHING_DB_USERNAME=peerprep-match-express
13
# MATCHING_DB_PASSWORD=G7jBgyz9wGAFQ5La
0 commit comments