I've just installed and started MongoDB from official docs: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/.
brew tap mongodb/brew
brew install mongodb-community@4.2
brew services start mongodb-community@4.2
How can I get URL / Connectionstring for the server?