diff --git a/scripts/ipfs.coffee b/scripts/ipfs.coffee index 324e6f8..020c1bf 100644 --- a/scripts/ipfs.coffee +++ b/scripts/ipfs.coffee @@ -119,7 +119,7 @@ _ = require 'underscore' localApiUrl = '/ip4/127.0.0.1/tcp/5001' localGatewayUrl = 'http://localhost:8080' -globalGatewayUrl = 'https://gateway.ipfs.io' +globalGatewayUrl = 'https://ipfs.io' # grab values from env vars localApiUrl = process.env.IPFS_LOCAL_API if process.env.IPFS_LOCAL_API