the very first lesson says to use the link:
mongodb+srv://<user>:<password>@<cluster#-dbname>.mongodb.net/test?retryWrites=true
but mongodb gives me this one:
mongodb+srv://Bebop:<password>@cluster0-6ufys.mongodb.net/<dbname>?retryWrites=true&w=majority
Where can I get the part?
the cluster name is cluster0
and that’s included in the link already, so where’s the other part?