Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michmzr committed Jun 29, 2023
1 parent bd2352c commit eea5230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ example env variables for local instance workig with dockerized MongoDB
"VUE_APP_BACKEND_URL": "http://127.0.0.1:8081/pocketstats",
"POCKET_CONSUMER_KEY": "[get pocket consumer key]",
"MONGODB_DB": "test",
"MONGODB_URI": "mongodb+srv://db-user:mnj0pYRuglcOKvl5@cluster0.wdgepgr.mongodb.net/?retryWrites=true&w=majority"
"MONGODB_URI": "mongodb+srv://..."
}
```

Expand Down

0 comments on commit eea5230

Please sign in to comment.