Skip to content

Commit 0e8e44b

Browse files
authored
Update Constants.js
1 parent f6a9b38 commit 0e8e44b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Constants.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
exports.defaultManager = {
2-
database: null, // mongoose or sqlite
2+
storage: null,
33
extraLogging: false,
44
extra: {
55
extraProtection: true,
66
proxyTrust: false,
7-
shardedClient: false,
8-
},
7+
shardedClient: false
8+
}
99
};

0 commit comments

Comments
 (0)