-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.env.sample
executable file
·18 lines (18 loc) · 1.04 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
REACT_APP_DEFAULT_NETWORK_ID=89
REACT_APP_ENGINE_HTTP_URL=http://backend:8080
REACT_APP_ENGINE_WS_URL=ws://backend:8080/socket
REACT_APP_TOMOCHAIN_NODE_HTTP_URL=https://testnet.tomochain.com
REACT_APP_TOMOSCAN_URL=https://scan.testnet.tomochain.com
REACT_APP_TOMOTOKENS_URL=https://raw.githubusercontent.com/tomochain/tokens/master/tokens
REACT_APP_TOMO_BRIDGE_URL=https://bridge.testnet.tomochain.com
REACT_APP_DEX_DOCS_URL=https://docs.tomochain.com/tomodex
REACT_APP_LOCALE=en
REACT_APP_TITLE=TomoDEX | Decentralized Exchange
REACT_APP_META_DESCRIPTION=TomoDEX is the first DEX on TomoChain, using TomoX protocol, operated by TomoChain team. 100% secured Peer to Peer trading - powered by TomoChain technologies
REACT_APP_META_KEYWORDS=Decentralized Exchange, TomoChain, DEX, Blockchain Crypto Exchange, Cryptocurrency Exchange
REACT_APP_META_AUTHOR=TomoChain
REACT_APP_SHARE_IMAGE=https://raw.githubusercontent.com/tomochain/tomox-sdk-ui/master/public/share-society.png
REACT_APP_GA_TRACK_ID=GA_TRACK_ID
REACT_APP_LOGO=
REACT_APP_FAVICON=
REACT_APP_DEX_VERSION=1.2.2