mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-24 11:59:31 +00:00
Moved fixer API config to settings bundle
This commit is contained in:
parent
c0c847c5be
commit
a4f2a7a7df
5 changed files with 63 additions and 4 deletions
|
|
@ -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: ~
|
||||
Loading…
Add table
Add a link
Reference in a new issue