13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
# Optional: CoinGecko API key (server-side only).
|
|
# Preferred:
|
|
# COINGECKO_PRO_API_KEY=
|
|
# or
|
|
# COINGECKO_DEMO_API_KEY=
|
|
#
|
|
# Fallback generic option:
|
|
# COINGECKO_API_KEY=
|
|
# COINGECKO_API_KEY_TYPE=demo # demo | pro
|
|
#
|
|
# Optional: override the internal API route base when deploying behind a proxy.
|
|
# NEXT_PUBLIC_API_BASE_URL=
|