mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Allow to configure the currency to get prices in for the LCSCProvider
This commit is contained in:
parent
015b69e601
commit
20be83c345
3 changed files with 25 additions and 2 deletions
|
@ -310,6 +310,7 @@ services:
|
|||
App\Services\InfoProviderSystem\Providers\LCSCProvider:
|
||||
arguments:
|
||||
$enabled: '%env(bool:PROVIDER_LCSC_ENABLED)%'
|
||||
$currency: '%env(string:PROVIDER_LCSC_CURRENCY)%'
|
||||
|
||||
####################################################################################################################
|
||||
# API system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue