From dcf2b6a8910d14926a6bbfb5f49d37eca3f46102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Sun, 21 Dec 2025 10:52:49 +0000 Subject: [PATCH] Default to `yahoo_finance` and add Brandfetch --- .env.example | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 14db14ce1..1912a9260 100644 --- a/.env.example +++ b/.env.example @@ -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.