The directions say:
- Copy the connection string. Select that you’d like to connect with the Mongo shell, version 3.6 or later . This will give you the srv connection string.
- Locate the file called dotenv_win or dotenv_unix (depending on your operating system) and replace the information within with your own srv connection string:
When I click “Connect via the Mongo Shell” it gives me the following:
mongo “mongodb+srv://mflix-4j0g1.mongodb.net/test” --username m220student
What exactly from this do I put into my .env file?