forked from BrownBrownBear/monobera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
27 lines (21 loc) · 949 Bytes
/
.env.local.example
File metadata and controls
27 lines (21 loc) · 949 Bytes
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
CHARTING_ACCESS_TOKEN="" # Token to download tradingview charts library
NEXT_PUBLIC_PERPS_TRADINGVIEW_ENABLED="" # Enable tradingview charts, can be true if CHARTING_ACCESS_TOKEN is set
PERPS_OCT_KEY="" # OCT key to encode keys in local storage
NEXT_PUBLIC_TALLY_API_KEY="" # API key to access tally API
# Set this to your own API key, with no CORS enabled.
NEXT_PUBLIC_DYNAMIC_API_KEY=""
NEXT_PUBLIC_SENTRY_DSN=""
SENTRY_AUTH_TOKEN=""
SENTRY_ORG=""
SENTRY_PROJECT=""
NEXT_PUBLIC_MIXPANEL_PROJECT_NAME=""
# this one is deprecated in favor of NEXT_PUBLIC_MIXPANEL_PROJECT_NAME
NEXT_PUBLIC_PROJECT_NAME=""
NEXT_PUBLIC_TALLY_API_KEY=
# Sandbox Dynamic API Key
# NEXT_PUBLIC_DYNAMIC_API_KEY=
# Uncomment the following line to activate analytics locally
# NEXT_PUBLIC_DEVELOPMENT_ANALYTICS="true"
# IPFS ===================================================================
# Uncomment the following line to build for IPFS
# NEXT_PUBLIC_HOST="ipfs"