Skip to content

Commit

Permalink
Updated the configuration setup docs.
Browse files Browse the repository at this point in the history
Figured out that need to just add MONGODB_URI to .env if only need to provide URI.
  • Loading branch information
joypal23jkp committed Jun 11, 2023
1 parent 2ba8bda commit 771e071
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/1.getting-started/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ export default defineNuxtConfig({
},
})
```
If you want to configure only the `uri` just add `MONGODB_URI` in your `.env` file.

```env
MONGODB_URI=YOUR_MONGO_URI
```

0 comments on commit 771e071

Please sign in to comment.