Answers for "mongodb bind multiple ips"

0

mongodb bind multiple ips

//Bind multiple ips for mongodb server
//Edit the config file /etc/mongod.conf
bindIp: "127.0.0.1,xxx.xxx.xxx.xxx"
Posted by: Guest on September-18-2021

Browse Popular Code Answers by Language