mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(electron): update router urls
This commit is contained in:
@@ -15,7 +15,7 @@ const defaultPlebbitOptions = {
|
|||||||
// find the user's OS data path
|
// find the user's OS data path
|
||||||
dataPath: !isDev ? envPaths.data : path.join(dirname, '..', '.plebbit'),
|
dataPath: !isDev ? envPaths.data : path.join(dirname, '..', '.plebbit'),
|
||||||
ipfsHttpClientsOptions: ['http://localhost:50019/api/v0'],
|
ipfsHttpClientsOptions: ['http://localhost:50019/api/v0'],
|
||||||
httpRoutersOptions: ['https://routing.lol', 'https://peers.pleb.bot'],
|
httpRoutersOptions: ['https://routing.lol', 'https://peers.pleb.bot', 'https://peers.plebpubsub.xyz', 'https://peers.forumindex.com'],
|
||||||
};
|
};
|
||||||
|
|
||||||
// generate plebbit rpc auth key if doesn't exist
|
// generate plebbit rpc auth key if doesn't exist
|
||||||
|
|||||||
Reference in New Issue
Block a user