我正在开发一个使用Azure VM进行部署的NodeJS项目。 想要在组中的2个虚拟机之间进行连接和通信。所以我可以使用一个vm用于数据,第二个用于web我已经为mongo创建了一个配置文件.yaml,其中包含所有参数,如
systemLog:
destination: file
path: "logs path"
logAppend: true
storage:
dbPath: "datapath"
security:
authorization: "enabled"
net:
port: 27017
bindIp: 127.0.0.1
有没有人在具有Windows的Azure VM上配置mongodb的经验?