This commit is contained in:
Arash Sheyda
2023-06-18 12:21:49 +03:00

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