-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 754 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (16 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Halvix local configuration — copy this file to ".env" and fill in your values.
#
# cp .env.example .env
#
# ".env" is gitignored, so your keys stay local and are never committed.
# Real environment variables (and GitHub Actions secrets) take precedence over
# this file, so CI is unaffected.
#
# The price provider is auto-selected from whichever key is set:
# - COINGECKO_API_KEY set -> CoinGecko (recommended)
# - only CRYPTOCOMPARE_API_KEY -> CryptoCompare
# - neither -> CoinGecko keyless (rate-limited, may skip coins)
# CoinGecko Demo API key — free at https://www.coingecko.com/en/api
COINGECKO_API_KEY=
# CryptoCompare / CoinDesk API key — free at https://developers.coindesk.com/
CRYPTOCOMPARE_API_KEY=