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:
@@ -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