fix(upstream): Synced with upstream ipfs-service-provider

This commit is contained in:
Chris Troutner
2021-08-27 16:21:17 -07:00
9 changed files with 2933 additions and 9033 deletions
+3 -1
View File
@@ -76,5 +76,7 @@ module.exports = {
ipfsWsPort: process.env.IPFS_WS_PORT ? process.env.IPFS_WS_PORT : 5669,
// BCH Mnemonic for generating encryption keys and payment address
mnemonic: process.env.MNEMONIC ? process.env.MNEMONIC : ''
mnemonic: process.env.MNEMONIC ? process.env.MNEMONIC : '',
debugLevel: process.env.DEBUG_LEVEL ? parseInt(process.env.DEBUG_LEVEL) : 2
}