Merge pull request #6 from joypal23jkp/patch-1
Updated the configuration setup docs.
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user