-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.env
More file actions
28 lines (25 loc) · 1.04 KB
/
.env
File metadata and controls
28 lines (25 loc) · 1.04 KB
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
# note: next lint doesn't use .env.development
# note: use .env.local instead for now
#
# – https://github.com/vercel/next.js/discussions/32354
# .env, .env.development, and .env.production files should be included in your repository as they define defaults.
# .env*.local should be added to .gitignore, as those files are intended to be ignored.
# .env.local is where secrets can be stored.
#
# – https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables#default-environment-variables
# The vercel env pull sub-command will export development environment variables to a local .env file or a different file of your choice.
#
# `vercel env pull .env[.development].local`
#
# – https://vercel.com/docs/cli/env#exporting-development-environment-variables
INFURA_API_KEY=""
ALCHEMY_API_KEYS=""
COINGECKO_API_KEY=""
CRYPTOCOMPARE_API_KEYS=""
MERCURYO_SECRET_KEY=""
ETH_RPC_PROXY_URL=""
ETH_RPC_PROXY_AUTH_USERNAME=""
ETH_RPC_PROXY_AUTH_PASSWORD=""
MARKET_PROXY_URL=""
MARKET_PROXY_AUTH_USERNAME=""
MARKET_PROXY_AUTH_PASSWORD=""