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-06-19 14:04:38 +02:00
|
|
|
#
|
|
|
|
# Connect to Pacific
|
|
|
|
#
|
2019-06-25 13:57:18 +02:00
|
|
|
REACT_APP_NODE_URI="https://pacific.oceanprotocol.com"
|
2019-06-27 22:23:31 +02:00
|
|
|
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
|
|
|
|
REACT_APP_AQUARIUS_URI="https://aquarius.test.oceanprotocol.com"
|
|
|
|
REACT_APP_BRIZO_URI="https://brizo.test.oceanprotocol.com"
|
2019-07-11 15:46:58 +02:00
|
|
|
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-06-11 21:26:18 +02:00
|
|
|
# REACT_APP_BRIZO_ADDRESS="0x00bd138abd70e2f00903268f3db08f2d25677c9e"
|
2019-07-08 15:31:48 +02:00
|
|
|
|
|
|
|
REACT_APP_REPORT_EMAIL="test@example.com"
|
2019-07-24 16:18:56 +02:00
|
|
|
# REACT_APP_ALLOW_PRICING=true
|