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 404d5ad commit 1742ea6Copy full SHA for 1742ea6
apps/frontend/.env.example
@@ -1,4 +1,4 @@
1
# URL endpoints of the services
2
NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080/"
3
NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
4
-NEXT_PUBLIC_MATCHING_SERVICE_URL="wss://localhost:8081"
+NEXT_PUBLIC_MATCHING_SERVICE_URL="ws://localhost:8081/match"
0 commit comments