📜  mongodb绑定多个ips - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:04.141000             🧑  作者: Mango

代码示例1
//Bind multiple ips for mongodb server
//Edit the config file /etc/mongod.conf
bindIp: "127.0.0.1,xxx.xxx.xxx.xxx"