Skip to content

Commit

Permalink
chore: Added the default localhost redis url
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaacharyaa committed Apr 11, 2024
1 parent 65ff82f commit 750f0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MONGODB_URI="mongodb://127.0.0.1/wanderlust"
REDIS_URL=""
REDIS_URL="127.0.0.1:6379"

0 comments on commit 750f0db

Please sign in to comment.