fix(helia): Manually porting @achingbrian PR to v5 branch

This commit is contained in:
Chris Troutner
2025-02-20 20:51:09 -07:00
parent e5cdf28e34
commit 4d9e948e30
5 changed files with 471 additions and 832 deletions
+1
View File
@@ -131,6 +131,7 @@ export default {
// IPFS Ports
ipfsTcpPort: process.env.IPFS_TCP_PORT ? process.env.IPFS_TCP_PORT : 4001,
ipfsWsPort: process.env.IPFS_WS_PORT ? process.env.IPFS_WS_PORT : 4003,
ipfsWebRtcPort: process.env.IPFS_WEB_RTC_PORT ? process.env.IPFS_WEB_RTC_PORT : 4005,
// Settings for production, using external go-ipfs node.
isProduction: process.env.SVC_ENV === 'prod' ? true : false,