fix: mongoose connect fix + allpages nav theming

This commit is contained in:
NGPixel
2017-07-08 21:01:07 -04:00
committed by Nicolas Giard
parent 3d72c4ca95
commit 9231081624
4 changed files with 33 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ module.exports = {
// Connect
self.onReady = modb.connect(appconfig.db)
self.onReady = modb.connect(appconfig.db, { useMongoClient: true })
return self
}