refactor(electron): change IPFS API port to 50019

This commit is contained in:
Esteban Abaroa
2024-12-07 17:35:47 +00:00
parent 789c54229a
commit 51fc8c899e
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const port = 9138;
const defaultPlebbitOptions = {
// find the user's OS data path
dataPath: !isDev ? envPaths.data : path.join(dirname, '..', '.plebbit'),
ipfsHttpClientsOptions: ['http://localhost:5001/api/v0'],
ipfsHttpClientsOptions: ['http://localhost:50019/api/v0'],
httpRoutersOptions: ['https://routing.lol', 'https://peers.pleb.bot'],
};