Merge pull request #136 from 67P/dev/local_ipfs_gateway

Use local default IPFS gateway
This commit was merged in pull request #136.
This commit is contained in:
2019-07-12 09:43:36 +00:00
committed by GitHub
+2 -1
View File
@@ -56,7 +56,8 @@ module.exports = function(environment) {
ENV.ipfs = {
host: 'localhost',
port: '5001',
protocol: 'http'
protocol: 'http',
gatewayUrl: 'http://localhost:8080/ipfs'
};
}