forked from GoodDollar/GoodDAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.work
24 lines (24 loc) · 1.06 KB
/
.env.work
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#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_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_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
REACT_APP_GOOGLE_CLIENT_ID=1015336103925-reqktqs0ns9vfaeh7nbt8mi634u9157k.apps.googleusercontent.com
REACT_APP_FACEBOOK_APP_ID=2494863677435036
REACT_APP_AUTH0_CLIENT_ID=tkEmIIdd8eAkLGSnNWcRdA0ARI92NxHr
REACT_APP_AUTH0_SMS_CLIENT_ID=421OOR4Y4BBUwyC76H5ajLP4GpY7ms7A
REACT_APP_USE_TORUS=true
REACT_APP_SMS_RATE_LIMIT=60000