forked from GoodDollar/GoodDAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.test
34 lines (34 loc) · 1.44 KB
/
.env.test
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
REACT_APP_ENV=test
REACT_APP_LOG_LEVEL=error
# REACT_APP_SERVER_URL=https://gooddev.herokuapp.com
# REACT_APP_GUN_PUBLIC_URL=https://goodgun-dev.herokuapp.com/gun
REACT_APP_SERVER_URL=http://localhost:3003
REACT_APP_GUN_PUBLIC_URL=http://localhost:8765/gun
REACT_APP_IPFS_GATEWAYS=https://cloudflare-ipfs.com/ipfs/{cid},https://ipfs.io/ipfs/{cid},https://{cid}.ipfs.dweb.link
REACT_APP_IPFS_LAZY_UPLOAD=true
REACT_APP_PUBLIC_URL=http://localhost
REACT_APP_INFURA_KEY=
REACT_APP_NETWORK=dapptest
REACT_APP_WEB3_RPC=
REACT_APP_WEB3_TRANSPORT_PROVIDER=HttpProvider
REACT_APP_ZOOM_ENCRYPTION_KEY=
REACT_APP_ZOOM_LICENSE_KEY=
REACT_APP_SKIP_EMAIL_VERIFICATION=true
REACT_APP_AMPLITUDE_API_KEY=
REACT_APP_THROW_SAVE_PROFILE_ERRORS=true
#REACT_APP_MNEMONIC="myth like bonus scare over problem client lizard pioneer submit female collect"
#REACT_APP_ADMIN_MNEMONIC="myth like bonus scare over problem client lizard pioneer submit female collect"
REACT_APP_ADMIN_MNEMONIC="test test test test test test test test test test test junk"
REACT_APP_MNEMONIC_TO_SEED=true
TEST_REACT_NATIVE=false
REACT_APP_ETORO=false
REACT_APP_USE_TORUS=true
REACT_APP_TORUS_NETWORK=ropsten
REACT_APP_TORUS_PROXY_CONTRACT=0x4023d2a0D330bF11426B12C6144Cfb96B7fa6183
REACT_APP_API_REQUEST_TIMEOUT=1000
REACT_APP_RELEASE_PHASE=1
REACT_APP_MARKET_URL=https://gooddollarmarketplace.sharetribe.com/en
REACT_APP_AB_TEST_PERCENTAGE=1
REACT_APP_INVITES_URL=
REACT_APP_SMS_RATE_LIMIT=
REACT_APP_WEB3_POLLING=5000