use final IPFS gateway url in server

This commit is contained in:
Matthias Kretschmann 2019-10-14 10:55:33 +02:00
parent 4ead855731
commit 74cb19f5ef
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,2 +1,2 @@
SENDGRID_API_KEY='xxx'
IPFS_GATEWAY_URI='https://ipfs.dev-ocean.com'
IPFS_GATEWAY_URI='https://ipfs.oceanprotocol.com'