2019-06-11 21:26:18 +02:00
|
|
|
#
|
|
|
|
# When none of the following variables are set,
|
2019-06-25 13:57:18 +02:00
|
|
|
# Commons will default connecting to Pacific
|
2019-06-11 21:26:18 +02:00
|
|
|
#
|
|
|
|
|
2019-12-18 10:09:39 +01:00
|
|
|
#
|
|
|
|
# AUTO NETWORK CONNECTIONS
|
|
|
|
# ------------------------
|
|
|
|
# This env var is a shortcut for a set Ocean network component endpoints.
|
|
|
|
#
|
|
|
|
# Possible values: pacific, nile, duero, spree
|
|
|
|
REACT_APP_OCEAN_NETWORK=pacific
|
|
|
|
|
|
|
|
#
|
|
|
|
# APP CONFIG
|
|
|
|
#
|
|
|
|
REACT_APP_REPORT_EMAIL="test@example.com"
|
|
|
|
# REACT_APP_SHOW_CHANNELS=true
|
|
|
|
# REACT_APP_ALLOW_PRICING=true
|
|
|
|
# REACT_APP_SHOW_REQUEST_TOKENS_BUTTON=true
|
|
|
|
REACT_APP_IPFS_GATEWAY_URI="https://ipfs.oceanprotocol.com"
|
|
|
|
REACT_APP_IPFS_NODE_URI="https://ipfs.oceanprotocol.com:443"
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# MANUAL CONNECTIONS
|
|
|
|
# ------------------
|
|
|
|
# Use any of the following env variables to overwrite
|
|
|
|
# individudal endpoints.
|
|
|
|
|
2019-06-19 14:04:38 +02:00
|
|
|
#
|
|
|
|
# Connect to Pacific
|
|
|
|
#
|
2019-12-18 10:09:39 +01:00
|
|
|
# REACT_APP_NODE_URI="https://pacific.oceanprotocol.com"
|
|
|
|
# REACT_APP_SECRET_STORE_URI="https://secret-store.oceanprotocol.com"
|
|
|
|
# REACT_APP_FAUCET_URI="https://faucet.oceanprotocol.com"
|
2019-07-08 16:29:21 +02:00
|
|
|
# Pacific Test instances
|
2019-12-18 10:09:39 +01:00
|
|
|
# REACT_APP_AQUARIUS_URI="https://aquarius.test.oceanprotocol.com"
|
|
|
|
# REACT_APP_BRIZO_URI="https://brizo.test.oceanprotocol.com"
|
|
|
|
# REACT_APP_BRIZO_ADDRESS="0x0474ed05ba757dde575dfaaaa267d9e7f3643abc"
|
2019-07-08 16:29:21 +02:00
|
|
|
# Pacific Commons instances
|
|
|
|
# REACT_APP_AQUARIUS_URI="https://aquarius.commons.oceanprotocol.com"
|
|
|
|
# REACT_APP_BRIZO_URI="https://brizo.commons.oceanprotocol.com"
|
2019-07-11 15:46:58 +02:00
|
|
|
# REACT_APP_BRIZO_ADDRESS="0x008c25ed3594e094db4592f4115d5fa74c4f41ea"
|
2019-06-19 14:04:38 +02:00
|
|
|
|
2019-06-12 03:14:24 +02:00
|
|
|
#
|
|
|
|
# Connect to Nile
|
|
|
|
#
|
2019-06-25 13:57:18 +02:00
|
|
|
# REACT_APP_NODE_URI="https://nile.dev-ocean.com"
|
2019-07-04 10:39:27 +02:00
|
|
|
# REACT_APP_SECRET_STORE_URI="https://secret-store.nile.dev-ocean.com"
|
2019-06-25 13:57:18 +02:00
|
|
|
# REACT_APP_FAUCET_URI="https://faucet.nile.dev-ocean.com"
|
|
|
|
# REACT_APP_BRIZO_ADDRESS="0x4aaab179035dc57b35e2ce066919048686f82972"
|
2019-07-08 16:29:21 +02:00
|
|
|
# Nile Test instances
|
|
|
|
# REACT_APP_AQUARIUS_URI="https://aquarius.nile.dev-ocean.com"
|
|
|
|
# REACT_APP_BRIZO_URI="https://brizo.nile.dev-ocean.com"
|
|
|
|
# Nile Commons instances
|
|
|
|
# REACT_APP_AQUARIUS_URI="https://aquarius.marketplace.dev-ocean.com"
|
|
|
|
# REACT_APP_BRIZO_URI="https://brizo.marketplace.dev-ocean.com"
|
2019-06-12 03:14:24 +02:00
|
|
|
|
2019-06-11 21:26:18 +02:00
|
|
|
#
|
|
|
|
# Connect to Duero
|
|
|
|
#
|
2019-06-12 03:14:24 +02:00
|
|
|
# REACT_APP_NODE_URI="https://duero.dev-ocean.com"
|
|
|
|
# REACT_APP_AQUARIUS_URI="https://aquarius.duero.dev-ocean.com"
|
|
|
|
# REACT_APP_BRIZO_URI="https://brizo.duero.dev-ocean.com"
|
|
|
|
# REACT_APP_SECRET_STORE_URI="https://secret-store.duero.dev-ocean.com"
|
|
|
|
# REACT_APP_FAUCET_URI="https://faucet.duero.dev-ocean.com"
|
|
|
|
# REACT_APP_BRIZO_ADDRESS="0x9d4ed58293f71122ad6a733c1603927a150735d0"
|
2019-06-11 21:26:18 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Connect to Spree (local with Barge)
|
|
|
|
#
|
2019-06-28 14:10:46 +02:00
|
|
|
# REACT_APP_NODE_URI="http://localhost:8545"
|
2019-07-23 14:23:48 +02:00
|
|
|
# REACT_APP_AQUARIUS_URI="http://aquarius:5000"
|
2019-06-12 03:14:24 +02:00
|
|
|
# REACT_APP_BRIZO_URI="http://localhost:8030"
|
|
|
|
# REACT_APP_SECRET_STORE_URI="http://localhost:12001"
|
|
|
|
# REACT_APP_FAUCET_URI="http://localhost:3001"
|
2019-09-02 14:27:22 +02:00
|
|
|
# REACT_APP_BRIZO_ADDRESS="0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0"
|