mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
16 lines
444 B
YAML
16 lines
444 B
YAML
florianv_swap:
|
|
cache:
|
|
ttl: 3600 # 1 hour
|
|
|
|
|
|
providers:
|
|
european_central_bank: ~ # European Central Bank (only works for EUR base currency)
|
|
central_bank_of_czech_republic: ~
|
|
central_bank_of_republic_turkey: ~
|
|
national_bank_of_romania: ~
|
|
|
|
fixer: # Fixer.io (needs an API key)
|
|
access_key: "%env(string:settings:exchange_rate:fixerApiKey)%"
|
|
|
|
frankfurter: ~
|
|
fawazahmed_currency_api: ~
|