Skip to content

Commit d3caf57

Browse files
authored
Update .env.example
1 parent 49b45ca commit d3caf57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/matching-service/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PORT=8081
2-
MATCH_TIMEOUT=10
2+
MATCH_TIMEOUT=30
33
JWT_SECRET=you-can-replace-this-with-your-own-secret
44

55
# if you are NOT USING docker, use the below url
66
REDIS_URL=localhost:6379
77

88
# if you are USING docker, use the below url
9-
# REDIS_URL=redis-container:6379
9+
# REDIS_URL=redis-container:6379

0 commit comments

Comments
 (0)