mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
use final IPFS gateway url in server
This commit is contained in:
parent
4ead855731
commit
74cb19f5ef
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
SENDGRID_API_KEY='xxx'
|
||||
IPFS_GATEWAY_URI='https://ipfs.dev-ocean.com'
|
||||
IPFS_GATEWAY_URI='https://ipfs.oceanprotocol.com'
|
||||
|
Loading…
Reference in New Issue
Block a user