fix(circuit relay): Auto-discover IP4 addr when CR enabled

This commit is contained in:
Chris Troutner
2021-09-28 17:51:19 -07:00
parent a8ad4149e0
commit e6f9f64b4a
5 changed files with 140 additions and 37 deletions
+2
View File
@@ -48,6 +48,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-service-provider.fullstack.cash/',