我是MongoDB的新手。我需要在MongoDB 4.0版中启用REST服务。谷歌搜索后,使用python脚本启用rest服务。但是只能在localhost中访问。我无法全局访问它。
我也在下面的命令中尝试过,但是它抛出错误“解析YAML配置文件时出错:yaml-cpp:第7行,第6列错误:非法映射值”。
guard let notificationCell = tableView.dequeueReusableCell(withIdentifier: "Cell") as? NotificationCell else {
fatalError("Error getting cell")
}
请分享在MongoDB v4.0中配置REST服务的正确步骤。