can i use my mongodb atlas as my tracker store and if so i need some help in how to fill out the required info:
my uri:
mongodb+srv://mglall:password@mg.m8axd.mongodb.net/myFirstDatabase
tracker_store:
type: mongod
url: <url to your mongo instance, e.g. mongodb://localhost:27017>
db: <name of the db within your mongo instance, e.g. rasa>
username: <username used for authentication>
password: <password used for authentication>