diff --git a/electron/start-ipfs.js b/electron/start-ipfs.js index 3b8a1912..63e7f79d 100644 --- a/electron/start-ipfs.js +++ b/electron/start-ipfs.js @@ -60,7 +60,7 @@ const startIpfs = async () => { } catch (e) {} // dont use 8080 port because it's too common - await spawnAsync(ipfsPath, ['config', '--json', 'Addresses.Gateway', 'null'], { + await spawnAsync(ipfsPath, ['config', '--json', 'Addresses.Gateway', '"/ip4/127.0.0.1/tcp/6473"'], { env, hideWindows: true, });