diff --git a/.travis.yml b/.travis.yml index 0291cfe..d7c08d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,9 +28,9 @@ env: - REACT_APP_BRIZO_ADDRESS="0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0" # IPFS client & server config - - REACT_APP_IPFS_GATEWAY_URI="https://ipfs.kretschmann.io" - - REACT_APP_IPFS_NODE_URI="https://ipfs.kretschmann.io:443" - - IPFS_GATEWAY_URI="https://ipfs.kretschmann.io" + - REACT_APP_IPFS_GATEWAY_URI="https://ipfs.oceanprotocol.com" + - REACT_APP_IPFS_NODE_URI="https://ipfs.oceanprotocol.com:443" + - IPFS_GATEWAY_URI="https://ipfs.oceanprotocol.com" # start Barge with these versions - BRIZO_VERSION=v0.4.4 diff --git a/server/.env.example b/server/.env.example index 58cf1cc..1bec67a 100644 --- a/server/.env.example +++ b/server/.env.example @@ -1,2 +1,2 @@ SENDGRID_API_KEY='xxx' -IPFS_GATEWAY_URI='https://ipfs.dev-ocean.com' +IPFS_GATEWAY_URI='https://ipfs.oceanprotocol.com'