Skip to content

Commit

Permalink
Update Constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximKing1 committed Feb 21, 2021
1 parent f6a9b38 commit 0e8e44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Constants.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
exports.defaultManager = {
database: null, // mongoose or sqlite
storage: null,
extraLogging: false,
extra: {
extraProtection: true,
proxyTrust: false,
shardedClient: false,
},
shardedClient: false
}
};

0 comments on commit 0e8e44b

Please sign in to comment.