Moved fixer API config to settings bundle

This commit is contained in:
Jan Böhmer 2025-07-06 21:42:58 +02:00
parent c0c847c5be
commit a4f2a7a7df
5 changed files with 63 additions and 4 deletions

View file

@ -6,5 +6,5 @@ florianv_swap:
providers:
european_central_bank: ~ # European Central Bank (only works for EUR base currency)
fixer: # Fixer.io (needs an API key)
access_key: "%env(FIXER_API_KEY)%"
access_key: "%env(string:default:settings:exchange_rate:fixerApiKey:INVALID)%"
#exchange_rates_api: ~