mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
10 lines
No EOL
318 B
YAML
10 lines
No EOL
318 B
YAML
florianv_swap:
|
|
cache:
|
|
ttl: 3600 # 1 hour
|
|
|
|
|
|
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)%"
|
|
#exchange_rates_api: ~ |