2022-04-23 00:51:18 +00:00
|
|
|
# React Environment Variables
|
|
|
|
# https://facebook.github.io/create-react-app/docs/adding-custom-environment-variables#expanding-environment-variables-in-env
|
|
|
|
|
|
|
|
# Netlify Environment Variables
|
|
|
|
# https://www.netlify.com/docs/continuous-deployment/#environment-variables
|
|
|
|
REACT_APP_VERSION=$npm_package_version
|
|
|
|
REACT_APP_REPOSITORY_URL=$REPOSITORY_URL
|
|
|
|
REACT_APP_BRANCH=$BRANCH
|
|
|
|
REACT_APP_PULL_REQUEST=$PULL_REQUEST
|
|
|
|
REACT_APP_HEAD=$HEAD
|
|
|
|
REACT_APP_COMMIT_REF=$COMMIT_REF
|
|
|
|
REACT_APP_CONTEXT=$CONTEXT
|
|
|
|
REACT_APP_REVIEW_ID=$REVIEW_ID
|
|
|
|
REACT_APP_INCOMING_HOOK_TITLE=$INCOMING_HOOK_TITLE
|
|
|
|
REACT_APP_INCOMING_HOOK_URL=$INCOMING_HOOK_URL
|
|
|
|
REACT_APP_INCOMING_HOOK_BODY=$INCOMING_HOOK_BODY
|
|
|
|
REACT_APP_URL=$URL
|
|
|
|
REACT_APP_DEPLOY_URL=$DEPLOY_URL
|
|
|
|
REACT_APP_DEPLOY_PRIME_URL=$DEPLOY_PRIME_URL
|
|
|
|
|
|
|
|
# App configuration variables
|
2022-06-13 14:39:17 +00:00
|
|
|
NX_VEGA_ENV=TESTNET
|
|
|
|
NX_VEGA_URL=https://lb.testnet.vega.xyz/query
|
|
|
|
NX_ETHEREUM_CHAIN_ID=3
|
|
|
|
NX_ETHEREUM_PROVIDER_URL=https://ropsten.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
|
|
|
NX_ETHERSCAN_URL=https://ropsten.etherscan.io
|
|
|
|
NX_FAIRGROUND=false
|
2022-04-23 00:51:18 +00:00
|
|
|
|
|
|
|
#Test configuration variables
|
2022-06-13 14:39:17 +00:00
|
|
|
CYPRESS_FAIRGROUND=false
|