Merge branch 'main' of https://github.com/arashsheyda/nuxt-mongoose
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