Commit 3a63808a authored by yann300's avatar yann300

change ipfs node endpoint

parent 936f0368
......@@ -2,7 +2,8 @@
const async = require('async')
const IpfsClient = require('ipfs-mini')
const ipfs = new IpfsClient({ host: 'ipfs.infura.io', port: 5001, protocol: 'https' })
const host = 'ipfs.komputing.org'
const ipfs = new IpfsClient({ host, port: 443, protocol: 'https' })
module.exports = (contract, fileManager, cb, ipfsVerifiedPublishCallBack) => {
// gather list of files to publish
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment