move travis to ipfs.oceanprotocol.com

This commit is contained in:
Matthias Kretschmann 2019-10-14 14:30:31 +02:00
parent 59ede97931
commit 4fb47c063b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 4 additions and 4 deletions

View File

@ -28,12 +28,12 @@ env:
- REACT_APP_BRIZO_ADDRESS="0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0"
# IPFS client & server config
- REACT_APP_IPFS_GATEWAY_URI="https://ipfs.dev-ocean.com"
- REACT_APP_IPFS_NODE_URI="https://ipfs.dev-ocean.com:443"
- IPFS_GATEWAY_URI="https://ipfs.dev-ocean.com"
- 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
- BRIZO_VERSION=v0.4.5
- AQUARIUS_VERSION=v0.3.8
- KEEPER_VERSION=v0.11.1
- EVENTS_HANDLER_VERSION=v0.1.2