URL local de mongodb
mongodb://localhost:27017/mydbname
Adarsh077
mongodb://localhost:27017/mydbname
MONGO_URI = mongodb://localhost:restuwahyu13:restuwahyu13:27017/pattern
mongodb://[Username:Password(optional)]@HostName:Port/?aruguments
note: if your password has special characters, you would need to URL-Encode.
ex : monodb://my-name:my-pass@localhost:27017/?authSource=users
mongodb://8299joker:[email protected]:27017/8299joker
mongodb://adminname:[email protected]/firstproject