Default to yahoo_finance and add Brandfetch

This commit is contained in:
Juan José Mata
2025-12-21 10:52:49 +00:00
parent 7af16340eb
commit dcf2b6a891

View File

@@ -37,12 +37,15 @@ TWELVE_DATA_API_KEY=
# Optional: Provider selection for exchange rates and securities data
# Options: twelve_data (default), yahoo_finance
EXCHANGE_RATE_PROVIDER=twelve_data
SECURITIES_PROVIDER=twelve_data
# EXCHANGE_RATE_PROVIDER=twelve_data
# SECURITIES_PROVIDER=twelve_data
# Alternative: Use Yahoo Finance as provider (free, no API key required)
# EXCHANGE_RATE_PROVIDER=yahoo_finance
# SECURITIES_PROVIDER=yahoo_finance
EXCHANGE_RATE_PROVIDER=yahoo_finance
SECURITIES_PROVIDER=yahoo_finance
# Brandfetch to grab logos for banks and merchants
BRAND_FETCH_CLIENT_ID=
# Custom port config
# For users who have other applications listening at 3000, this allows them to set a value puma will listen to.