在代理后面使用mongoose和mlab

时间:2016-07-05 07:17:07

标签: mongoose proxy mlab

如果我在代理服务器后面,则无法连接到我的mlab数据库。

知道怎么做到这一点?我已经用Google搜索,没有找到答案......

这是我的联系:

mongoose.connect(config.db.URI);
var db = mongoose.connection;
db.on('error', function(){
    throw new Error('unable to connect to database at ' + config.db.URI);
});

0 个答案:

没有答案