-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
51 lines (34 loc) · 1.85 KB
/
.env.example
File metadata and controls
51 lines (34 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
REACT_APP_ENV_NAME=testing
REACT_APP_WIDGETS_URL=
# Infura IPFS project ID, used for auth header
REACT_APP_INFURA_IPFS_PROJECT_ID=
# Infura IPFS project secret, used for auth header
REACT_APP_INFURA_IPFS_PROJECT_SECRET=
# A Biconomy API key can be set here, to allow meta transactions in the widgets
REACT_APP_META_TX_API_KEY=
# Biconomy API ids can be set here, to allow meta transactions to the protocol contracts
# As each contracts needs its own AipId, we need to consider protocol, and all supported ERC20 tokens
REACT_APP_META_TX_API_IDS={"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH", "zzzzzz"}
# Url to the file containing the Comma-separated default list of seller IDs that shall not be shown in the app
REACT_APP_SELLER_BLACKLIST_URL=
# Comma-separated default list of offer IDs that are shown in the app
REACT_APP_OFFER_CURATION_LIST=
# Enable the seller/offer curation (default: true)
# REACT_APP_ENABLE_CURATION_LISTS=false
REACT_APP_DEFAULT_TOKENS_LIST_TESTING=[{"symbol":"ETH","name":"Ether","address":"0x0000000000000000000000000000000000000000","decimals":"18"}]
REACT_APP_RNFT_LICENSE_TEMPLATE=ipfs://QmUxAXqM6smDYj7TvS9oDe5kRoAVmkqcyWCKEeNsD6JA97
REACT_APP_BUYER_SELLER_AGREEMENT_TEMPLATE=ipfs://QmS6SUVL1mhRq9wyNho914vcHwj3gC491vq7wtdoe34SUz
# TESTING
REACT_APP_DEFAULT_DISPUTE_RESOLVER_ID=1
# STAGING
# REACT_APP_DEFAULT_DISPUTE_RESOLVER_ID=2
REACT_APP_DEFAULT_RESOLUTION_PERIOD_DAYS=15
REACT_APP_GOOGLE_TAG_ID="GTM-ID"
REACT_APP_IPFS_GATEWAY=https://bosonprotocol.infura-ipfs.io/ipfs
REACT_APP_IPFS_IMAGE_GATEWAY=https://bosonprotocol.infura-ipfs.io/ipfs
# Values will be added in CI
REACT_APP_RELEASE_TAG=
REACT_APP_RELEASE_NAME=
# REACT_APP_XMTP_NOTIFI='{"dappId": "testludobosondapp", "cardId": "db7bdfd7b72d427ea2c8840785cfa0b4", "chain": "POLYGON", "env": "Development"}'
# Enable Sentry logging (default: false)
# REACT_APP_ENABLE_SENTRY_LOGGING=true