mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Configured swap to use fixer.io when an API key is given.
This commit is contained in:
parent
696d3343a4
commit
694a673ff0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
florianv_swap:
|
||||
providers:
|
||||
exchange_rates_api: ~
|
||||
fixer:
|
||||
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)%"
|
||||
european_central_bank: ~ # European Central Bank
|
||||
exchange_rates_api: ~
|
Loading…
Add table
Add a link
Reference in a new issue