add https for infura ipfs methods

This commit is contained in:
Barry Gitarts 2018-07-09 09:08:45 -04:00
parent bfb406e965
commit 2f4444d667
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"provider": "ipfs",
"host": "ipfs.infura.io",
"port": 5001,
"protocol": "https",
"getUrl": "https://ipfs.infura.io/ipfs"
},
"dappConnection":[
@ -23,6 +24,6 @@
"provider": "ipfs",
"host": "localhost",
"port": 5001,
"getUrl": "http://localhost:8080/ipfs/"
"getUrl": "https://localhost:8080/ipfs/"
}
}