Skip to content

Commit 6af3272

Browse files
tyler-daneCopilot
andcommitted
Update docs/get-started/setup.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e839ca1 commit 6af3272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/get-started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Compass connects to MongoDB through the NodeJS driver.
8484
1. Create a free [MongoDB Atlas account](https://www.mongodb.com/cloud/atlas/register)
8585
2. Get your Node.js driver [connection string](https://www.mongodb.com/docs/drivers/node/current/fundamentals/connection/connect/#std-label-node-connect-to-mongodb)
8686
3. When you get your connection string,scroll down to the Network access in the left sidebar and add your current ip address. Make sure you always include your ip address when you switch networks because your device ip v4 address changes from one ISP to another and from time to time.
87-
4. Add connection string to your `.env` file
87+
4. Add connection string to your `.env.local` file
8888
5. **Recommended**: Install [MongoDB Compass](https://www.mongodb.com/products/compass) desktop app to visually inspect and manage your database during local development. You can connect to your MongoDB Atlas instance using the same connection string from your `.env` file.
8989

9090
### Supertokens

0 commit comments

Comments
 (0)