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

This commit is contained in:
Chris Troutner
2021-09-29 07:05:52 -07:00
13 changed files with 199 additions and 24 deletions
+2
View File
@@ -50,6 +50,8 @@ module.exports = {
// IPFS settings.
isCircuitRelay: process.env.ENABLE_CIRCUIT_RELAY ? true : false,
// SSL domain used for websocket connection via browsers.
crDomain: process.env.CR_DOMAIN ? process.env.CR_DOMAIN : '',
// Information passed to other IPFS peers about this node.
apiInfo: 'https://ipfs-bch-wallet-service.fullstack.cash/',