mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-08 00:08:08 +01:00
Configured swap to use fixer.io when an API key is given.
This commit is contained in:
@@ -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: ~
|
||||
Reference in New Issue
Block a user