diff --git a/config/storage.json b/config/storage.json index 3e85f54..c20c661 100644 --- a/config/storage.json +++ b/config/storage.json @@ -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/" } }