php: fetch: prices: refactor 'symbol' as 'asset' or 'ticker'

Clarity through specificity.
This commit is contained in:
2024-06-17 21:20:37 -07:00
parent ae1dc71559
commit fcf7e3dd6b
3 changed files with 35 additions and 35 deletions

View File

@@ -66,7 +66,7 @@ namespace docker_finance
$env->set_env('API_PRICES_PATH', getenv('API_PRICES_PATH')); // Master price file
$env->set_env('API_PRICES_API', getenv('API_PRICES_API')); // Price API to use
$env->set_env('API_PRICES_KEY', getenv('API_PRICES_KEY')); // Price API key
$env->set_env('API_PRICES_SYMBOLS', getenv('API_PRICES_SYMBOLS')); // User-provided symbols
$env->set_env('API_PRICES_ASSETS', getenv('API_PRICES_ASSETS')); // User-provided assets
// Exchanges
$env->set_env('API_KEY', getenv('API_KEY')); // Exchange or blockchain scanner API key