Use local default IPFS gateway #136

Merged
raucao merged 1 commits from dev/local_ipfs_gateway into master 2019-07-12 09:43:36 +00:00
+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'
};
}