Hello, I would like to ask about MongoDB basic configuration in Strapi.
In Strapi configuration docs, it is said that client is set to mongo if using MongoDB.
However, my Strapi app which was created, I am not sure, but several months ago does not have that : client: 'mongo'. It looks like this:
It works fine (I am using Strapi with MongoDB Atlas).
My question is : is it mandatory to have client: 'mongo' ? Or is it only when using local MongoDB (not MongoDB Atlas) ? Thank you.
System Information
- Strapi Version: v3.6.5
- Operating System: Linux
- Database: MongoDB
- Node Version: v14.17.1
- NPM Version: -
- Yarn Version: v1.22.5

