-
Notifications
You must be signed in to change notification settings - Fork 55
/
.env.example
141 lines (106 loc) · 4.04 KB
/
.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Log level
# Optional. Default: info
REACT_APP_LOG_LEVEL=
# GoodServer instance's URL
# Requires. Default: http://localhost:3003
REACT_APP_SERVER_URL=
# Time to live for the feed items with non-filled counterpart profile
# Each time the following interval passed, app will re-request counterpart data
# until get name and avatar
REACT_APP_FEEDITEM_TTL=
# ipfs to web gateways list
# some browsers+OS combinations have issues with CORS on some gateways
# for example Safari on IOS and macOS doesn't working with ipfs.io
# TODO: maybe we need to adjust priorities according to the user's browser
# for now cloudflare is using first as it's much faster
# Default: https://cloudflare-ipfs.com/ipfs/{cid},https://ipfs.io/ipfs/{cid},https://{cid}.ipfs.dweb.link
REACT_APP_IPFS_GATEWAYS=
# GoodDapp instance URL
# Required. Default: http://localhost:3000
REACT_APP_PUBLIC_URL=
# Infura API key
# Optional. Default: <undefined>
REACT_APP_INFURA_KEY=
# Network
# Required. Default: fuse (kovan, fuse, etoro, production, develop)
REACT_APP_NETWORK=
#Optional. Use to override web3 rpc, good for development mode, if you have local blockchain and you want to port forward with serveo.net
REACT_APP_WEB3_RPC=
#required HttpProvider or WebSocketProvider
REACT_APP_WEB3_TRANSPORT_PROVIDER=
# Zoom (Face Recognition / Liveness Test API) options
# Encrytption key
REACT_APP_ZOOM_ENCRYPTION_KEY=
# Device license key
REACT_APP_ZOOM_LICENSE_KEY=
# Enables fetching license text and initializing in production mode
REACT_APP_ZOOM_PRODUCTION_MODE=
# Link to open description about face verification usage
# Optional.
REACT_APP_FACE_VERIFICATION_PRIVACY_URL=
REACT_APP_SKIP_EMAIL_VERIFICATION=true
# Amplitude (Product Intelligence) API Key
REACT_APP_AMPLITUDE_API_KEY=
# Should or should not throw errors when saving profile fails
REACT_APP_THROW_SAVE_PROFILE_ERRORS=true
REACT_APP_RECEIVE_URL=
REACT_APP_SEND_URL=
# website urls
REACT_APP_WEB3_SITE_URL=
REACT_APP_WEB3_SITE_URL_ECONOMY_ENDPOINT=
# Flag determine whether to show rewards icon on dashboard header
# Optional. Pass 'true' to activate
REACT_APP_DASHBOARD_SHOW_REWARDS=
# Delay for displaying start claiming card (in milliseconds)
# Optional. Default 3 * 24 * 60 * 60 * 1000 // 3 days
REACT_APP_DISPLAY_START_CLAIMING_CARD_TIME
# Sentry Data Source Name (DSN). It looks like a standard URL, but it’s a representation of the configuration required by the Sentry SDK
# Required.
REACT_APP_SENTRY_DSN
# You can use it to test Hanuka bonus
# Required. Format: DD/MM/YYYY. Example: 23/12/2019
REACT_APP_HANUKA_START_DATE
# You can use it to test Hanuka bonus
# Required. Format: DD/MM/YYYY. Example: 30/12/2019
REACT_APP_HANUKA_END_DATE
# Delay message network disconnection
REACT_APP_DELAY_MSG_NETWORK_DISCONNECTION
# boolean enable torus
REACT_APP_USE_TORUS=false
# Torus network. Default: ropsten (mainnet, kovan, fuse, etoro, production, develop)
REACT_APP_TORUS_NETWORK=
#social login ids for torus
REACT_GOOGLE_CLIENT_ID=
REACT_FACEBOOK_APP_ID=
# The URL to the Dashboard
# Required.
REACT_APP_DASHBOARD_URL=
#boolean, whether to show the "for best experience move to mobile" on desktop (default false)
REACT_APP_SPLASH_DESKTOP=
#boolean, whether to show the "add icon to home screen" on desktop (default false)
REACT_APP_ADDTOHOME_DESKTOP=
#What content does the Claim page show
REACT_APP_ENV_PHASE_ZERO=
# Determines whether to show link to the manual registration flow.
# Boolean. Optional.
REACT_APP_ENABLE_SELF_CUSTODY=
REACT_APP_AUTH0_CLIENT_ID=
REACT_APP_AUTH0_SMS_CLIENT_ID=
REACT_APP_AUTH0_DOMAIN=
#api.js axios timeout
REACT_APP_API_REQUEST_TIME=
# Flag toggling invitation feature. If enabled will show invite icon on dashboard header
# Optional. Pass 'true' to activate
REACT_APP_ENABLE_INVITES=
REACT_APP_INVITES_URL=
REACT_APP_ALCHEMY_KEY=
# ab test value
REACT_APP_AB_TEST_PERCENTAGE=0.5
# can be popup or redirect
REACT_APP_TORUS_UXMODE=popup
# rate limit for sms code verification resend
REACT_APP_SMS_RATE_LIMIT=60000
REACT_APP_BRIDGE_ENABLED=true
#entry point for vite
REACT_APP_INDEXJS=/src/index.fv.jsx
#needs to end with newline