koa-mongoose icon indicating copy to clipboard operation
koa-mongoose copied to clipboard

throw new Error('options not found')

Open ralyodio opened this issue 5 years ago • 0 comments

getting this error.

app.use(mongoose({
    uri: MONGO_CONNECTION,
    mongodbOptions:{
        poolSize: 5,
        native_parser: true
    }
}));

ralyodio avatar Sep 22 '19 18:09 ralyodio