Use local default IPFS gateway
Same as for ipfs.kosmos.org, this turns document fetches into GET requests, which will be cached.
This commit is contained in:
@@ -56,7 +56,8 @@ module.exports = function(environment) {
|
||||
ENV.ipfs = {
|
||||
host: 'localhost',
|
||||
port: '5001',
|
||||
protocol: 'http'
|
||||
protocol: 'http',
|
||||
gatewayUrl: 'http://localhost:8080/ipfs'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user