Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
bensohh authored Oct 20, 2024
1 parent 49b45ca commit d3caf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/matching-service/.env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PORT=8081
MATCH_TIMEOUT=10
MATCH_TIMEOUT=30
JWT_SECRET=you-can-replace-this-with-your-own-secret

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

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

0 comments on commit d3caf57

Please sign in to comment.