connect() or your connection string is enough to connect to a MongoDB cluster using SSL: mongoose.connect('mongodb://localhost:27017/test', { ssl: true }); // ...
確定! 回上一頁