Skip to content

Commit d9e88ff

Browse files
committed
remove ipfs.io
Signed-off-by: Brian at Podping <[email protected]>
1 parent fd5a122 commit d9e88ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const snapcs = ENV.SNAPBASE_URL || "http://65.108.66.120:8002"; // get a public
2020
const history = ENV.history || 3600
2121
const stream = ENV.stream || 'irreversible'
2222
const mode = ENV.mode || 'normal'
23-
const timeoutStart = ENV.timeoutStart || 180000
23+
const timeoutStart = ENV.timeoutStart || 180000
2424
const timeoutContinuous = ENV.timeoutContinuous || 30000
2525

2626

@@ -36,7 +36,7 @@ const rtp = ENV.rtp || '' //rtrades password : IPFS pinning interface
3636
const ipfshost = ENV.ipfshost || 'ipfs.infura.io' //IPFS upload/download provider provider
3737
const ipfsport = ENV.ipfsport || '5001' //IPFS upload/download provider provider
3838

39-
const ipfsLinks = ENV.ipfsLinks ? ENV.ipfsLinks.split(' ') : [ "https://ipfs:8080/ipfs/", "http://localhost:8080/ipfs/", "https://ipfs.io/ipfs/","https://ipfs.infura.io/ipfs/",]
39+
const ipfsLinks = ENV.ipfsLinks ? ENV.ipfsLinks.split(' ') : [ "https://ipfs:8080/ipfs/", "http://localhost:8080/ipfs/", "https://ipfs.infura.io/ipfs/",]
4040

4141
const ipfsprotocol = ENV.ipfsprotocol || 'https' //IPFS upload/download protocol
4242
//node market config > 2500 is 25% inflation to node operators, this is currently not used
@@ -62,7 +62,7 @@ const TOKEN = 'LARYNX' //Token name
6262
const precision = 3 //precision of token
6363
const tag = 'spk' //the fe.com/<tag>/@<leader>/<permlink>
6464
const jsonTokenName = 'larynx' //what customJSON in Escrows and sends is looking for
65-
const leader = 'regardspk' //Default account to pull state from, will post token
65+
const leader = 'regardspk' //Default account to pull state from, will post token
6666
const ben = '' //Account where comment benifits trigger token action
6767
const delegation = '' //account people can delegate to for rewards
6868
const delegationWeight = 1000 //when to trigger community rewards with bens

0 commit comments

Comments
 (0)