Allow to configure the currency to get prices in for the LCSCProvider

This commit is contained in:
Jan Böhmer 2024-02-22 23:57:57 +01:00
parent 015b69e601
commit 20be83c345
3 changed files with 25 additions and 2 deletions

2
.env
View file

@ -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