feat(Mongo): Config variable can disable MongoDB usage and dependency in Docker

This commit is contained in:
Chris Troutner
2024-06-09 08:28:40 -07:00
parent f7aaba71d1
commit 0a7ec11510
3 changed files with 31 additions and 20 deletions
+3
View File
@@ -43,6 +43,9 @@ export default {
? process.env.EMAILPASS
: 'emailpassword',
// Enable or Disable the usage of Mongo DB.
noMongo: process.env.NO_MONGO ? true : false,
// BEGIN WALLET CONFIGURATION
// BCH Mnemonic for generating encryption keys and payment address