fix(startup): Listing web3 server at startup

This commit is contained in:
Chris Troutner
2022-05-09 09:33:39 -07:00
parent 91fa460158
commit 805cac97d9
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ module.exports = {
// BCH Mnemonic for generating encryption keys and payment address
mnemonic: process.env.MNEMONIC ? process.env.MNEMONIC : '',
debugLevel: process.env.DEBUG_LEVEL ? parseInt(process.env.DEBUG_LEVEL) : 2,
debugLevel: process.env.DEBUG_LEVEL ? parseInt(process.env.DEBUG_LEVEL) : 1,
// Settings for production, using external go-ipfs node.
isProduction: process.env.SVC_ENV === 'production' ? true : false,