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
2
.env
2
.env
|
@ -174,6 +174,8 @@ PROVIDER_MOUSER_SEARCH_WITH_SIGNUP_LANGUAGE='true'
|
|||
|
||||
# We dont require an API key for LCSC, just set this to 1 to enable LCSC support
|
||||
PROVIDER_LCSC_ENABLED=0
|
||||
# The currency to get prices in (e.g. EUR, USD, etc.)
|
||||
PROVIDER_LCSC_CURRENCY=EUR
|
||||
|
||||
##################################################################################
|
||||
# EDA integration related settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue