Hello,
I created an Atlas Cluster but unfortunately I am not able to connect to it from shell. I get the following error
2019-10-18T14:30:58.288-0400 E QUERY [js] Error: connect failed to replica set mflix-shard-0/mflix-shard-00-01-zvu0q.mongodb.net:27017,mflix-shard-00-02-zvu0q.mongodb.net:27017,mflix-shard-00-00-zvu0q.mongodb.net:27017 :
connect@src/mongo/shell/mongo.js:341:17
I believe it is due to the firewall settings since I cannot access http://portquiz.net:27017/.
Unfortunately, I cannot change the firewall settings. Can I use a local database instead of Atlas for the course and if so, how do I download the sample_mflix dataset and what would be the connection settings to use in the mflix/src/main/resources application.properties file?