# MongoDB hosts mapping
# Loopback traffic between MongoDB client (mongo shell) and server (mongod)

# MongoDB Server - standard port
127.0.0.1:27017    🗄 MongoDB-Server

# MongoDB Client
127.0.0.1:38709    🐍 Mongo-Shell
