mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
refactor(electron): change IPFS API port to 50019
This commit is contained in:
@@ -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'],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user