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 49b45ca commit d3caf57Copy full SHA for d3caf57
apps/matching-service/.env.example
@@ -1,9 +1,9 @@
1
PORT=8081
2
-MATCH_TIMEOUT=10
+MATCH_TIMEOUT=30
3
JWT_SECRET=you-can-replace-this-with-your-own-secret
4
5
# if you are NOT USING docker, use the below url
6
REDIS_URL=localhost:6379
7
8
# if you are USING docker, use the below url
9
-# REDIS_URL=redis-container:6379
+# REDIS_URL=redis-container:6379
0 commit comments