# equity-aggregator/.env_example

# example `.env` file for the project
# can be loaded by `uv` at runtime using `uv run --env-file .env equity-aggregator`

# log level config
LOG_CONFIG=production

# Optional log file storage location (defaults to system log directory)
LOG_DIR=

# cache
CACHE_TTL_MINUTES=1440

# Optional database storage location (defaults to system log directory)
DATA_STORE_DIR=

# authoritative and enrichment feed api keys
EXCHANGE_RATE_API_KEY=
OPENFIGI_API_KEY=
INTRINIO_API_KEY=

# github personal access token (optional - increases release download rate limit from 60/hr to 5000/hr)
GITHUB_TOKEN=

# ssl/tls
SSL_CERT_FILE=
REQUESTS_CA_BUNDLE=