I am trying to connect with my atlas mongo server cluster, don't know how to do this, I am using below string to make the connection with atlas cluster in main.php mongodb://root:root@cluster0-shard-00-00-ljvva.mongodb.net:27017?authSource=admin
One more things to add here, I am using application.extensions.MongoYii.EMongoClient
client in yii framework. I really appreciate your help, please provide me a string to make the connection with atlas server. I am using yii framework. Thanks in advance.