We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ff4f1 commit f6a9b38Copy full SHA for f6a9b38
src/Constants.js
@@ -1,6 +1,6 @@
1
exports.defaultManager = {
2
- database: "mongoose", // mongoose or sqlite
3
- extraLogging: true,
+ database: null, // mongoose or sqlite
+ extraLogging: false,
4
extra: {
5
extraProtection: true,
6
proxyTrust: false,
0 commit comments