Skip to content

Commit

Permalink
Merge pull request #65 from yeha98555/fix/test-redis
Browse files Browse the repository at this point in the history
chore: Add redis env variable to .env.test
  • Loading branch information
yeha98555 committed Jun 13, 2023
2 parents 07c4380 + f9710dc commit e4fb96c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ MONGODB_DATABASE=test
MONGODB_CONNECT_STRING=mongodb+srv://<user>:<password>@xxxxxxxxxxx/<database>?retryWrites=true&w=majority
MONGODB_ENDPOINT=xxxxxxxxxxxxxxxx.docdb.amazonaws.com

# redis
REDIS_CONNECT_STRING=redis://127.0.0.1:6379/0

JWT_SECRET=secret
LOG_FILE_DIR=logs

Expand Down

0 comments on commit e4fb96c

Please sign in to comment.