mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Default to yahoo_finance and add Brandfetch
This commit is contained in:
11
.env.example
11
.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.
|
||||
|
||||
Reference in New Issue
Block a user