Copy the URI string from MongoDB Compass or Atlas and set up your configuration as shown in the example below:
database:type:MONGODBuri:"mongodb://localhost:27017"# Example URIdatabase:YourDatabase# Your database nametable:YourCollection# Stands for Collection, if it doesn't exists, it will be createdusername:""# Not Needed password:"Your Password"