diff --git a/config/environment.js b/config/environment.js index 71846a6..ecf913b 100644 --- a/config/environment.js +++ b/config/environment.js @@ -56,7 +56,8 @@ module.exports = function(environment) { ENV.ipfs = { host: 'localhost', port: '5001', - protocol: 'http' + protocol: 'http', + gatewayUrl: 'http://localhost:8080/ipfs' }; }