forked from ripple/explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
29 lines (25 loc) · 898 Bytes
/
.env.example
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
NODE_ENV=production
REACT_APP_RIPPLED_WS_PORT=51233
REACT_APP_RIPPLED_PEER_PORT=51235
# Your Rippled Primary Host
REACT_APP_RIPPLED_HOST=s2.ripple.com
# Your Rippled Host That Can Run Gateway Balances URL
REACT_APP_P2P_RIPPLED_HOST=
#s1 and s2 are set up to make gateway_balances and account_lines admin only
REACT_APP_RIPPLED_SECONDARY=s1.ripple.com,s2.ripple.com,r.ripple.com,rippled.xrptipbot.com
REACT_APP_GA_ID=
REACT_APP_MAINNET_LINK=
REACT_APP_TESTNET_LINK=
REACT_APP_DEVNET_LINK=
REACT_APP_AMM_LINK=
REACT_APP_NFTSANDBOX_LINK=
REACT_APP_SIDECHAIN_LINK=
REACT_APP_VALIDATOR=vl.ripple.com
#XRPL Environment: mainnet, testnet, devnet, amm, nft_sandbox, sidechain
REACT_APP_ENVIRONMENT=mainnet
#VHS endpoint url
REACT_APP_DATA_URL=https://data.xrpl.org/v1/network
#Google Credentials for BigQuery, DO NOT COMMIT THESE
GOOGLE_APP_PROJECT_ID=
GOOGLE_APP_PRIVATE_KEY=
GOOGLE_APP_CLIENT_EMAIL=