Skip to content

Commit

Permalink
fix: hapi catbox mongodb cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 21, 2018
1 parent 4c0e5fa commit 074f1a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Expand Up @@ -40,9 +40,8 @@ module.exports = ({redis, mongodb, adminPW, secret, fdroidRepoPath, port, host,
}
},
cache: [{
name: 'mongoDbCache',
engine: CatboxMongoDB,
uri: mongodb, // .replace(mongodbDB, ''),
uri: mongodb,
partition: mongodbDB
}]
})
Expand Down

0 comments on commit 074f1a7

Please sign in to comment.