commons/client/.env.local.example

64 lines
2.3 KiB
Plaintext
Raw Normal View History

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
#
#
# 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"
# 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"
# 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"
#
# 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"
# 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-11 21:26:18 +02:00
#
# Connect to Duero
#
# 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"
# REACT_APP_AQUARIUS_URI="http://aquarius:5000"
# 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"
2019-10-10 11:19:36 +02:00
#
# APP CONFIG
#
REACT_APP_REPORT_EMAIL="test@example.com"
2019-10-10 11:19:36 +02:00
# REACT_APP_SHOW_CHANNELS=true
2019-07-24 16:18:56 +02:00
# REACT_APP_ALLOW_PRICING=true
2019-10-07 14:02:53 +02:00
# REACT_APP_SHOW_REQUEST_TOKENS_BUTTON=true
2019-10-14 11:04:22 +02:00
REACT_APP_IPFS_GATEWAY_URI="https://ipfs.oceanprotocol.com"
REACT_APP_IPFS_NODE_URI="https://ipfs.oceanprotocol.com:443"