forked from GoodDollar/GoodDAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development
30 lines (30 loc) · 1.34 KB
/
.env.development
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
#for dev env tell webpack.config.dev.js to install service worker
REACT_APP_SERVICE_WORKER=false
REACT_APP_ENV=development
REACT_APP_LOG_LEVEL=debug
REACT_APP_SERVER_URL=https://good-server.herokuapp.com
REACT_APP_GUN_PUBLIC_URL=https://goodgun-dev.herokuapp.com/gun
REACT_APP_NETWORK=fuse
REACT_APP_SKIP_EMAIL_VERIFICATION=true
REACT_APP_WEB3_SITE_URL=https://w3.gooddollar.org
REACT_APP_WEB3_SITE_URL_ECONOMY_ENDPOINT=/learn/economy
REACT_APP_MNEMONIC_TO_SEED=true
REACT_APP_ENABLE_INVITES=true
REACT_APP_INVITES_URL=
REACT_APP_SHOW_INVITE=true
REACT_APP_ENABLE_SELF_CUSTODY=true
REACT_APP_CLAIM_QUEUE_ENABLED=true
GENERATE_SOURCEMAP=true
REACT_APP_AUTH0_DOMAIN=https://gooddollar.eu.auth0.com
REACT_APP_DASHBOARD_URL=https://gooddashboard-qa.herokuapp.com
REACT_APP_ENV_PHASE_ZERO=false
REACT_APP_ENV_PHASE_ONE=true
REACT_APP_FACE_VERIFICATION_PRIVACY_URL=https://medium.com/gooddollar/gooddollar-identity-pillar-balancing-identity-and-privacy-part-i-face-matching-d6864bcebf54
REACT_APP_USE_TORUS=true
REACT_APP_AB_TEST_PERCENTAGE=0.5
REACT_APP_PUBLIC_URL=https://gooddev.netlify.app
REACT_APP_IPFS_GATEWAYS="https://gateway.pinata.cloud/ipfs/{cid},https://{cid}.cf-ipfs.com,https://ipfs.io/ipfs/{cid},https://{cid}.ipfs.dweb.link"
REACT_APP_IPFS_LAZY_UPLOAD=true
REACT_APP_SMS_RATE_LIMIT=60000
REACT_APP_REALM_APP_ID = "wallet_dev-dhiht"
#needs to end with newline