Merge pull request #6 from joypal23jkp/patch-1

Updated the configuration setup docs.
This commit is contained in:
Arash
2023-06-12 10:53:36 +03:00
committed by GitHub

View File

@ -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
```