Skip to content

Commit f6a9b38

Browse files
authored
Update Constants.js
1 parent 43ff4f1 commit f6a9b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exports.defaultManager = {
2-
database: "mongoose", // mongoose or sqlite
3-
extraLogging: true,
2+
database: null, // mongoose or sqlite
3+
extraLogging: false,
44
extra: {
55
extraProtection: true,
66
proxyTrust: false,

0 commit comments

Comments
 (0)