Added possibility to enable/disable the LCSC provider

This commit is contained in:
Jan Böhmer 2024-02-22 23:32:12 +01:00
parent d600cb4b9a
commit 95ef97fcc2
3 changed files with 15 additions and 4 deletions

7
.env
View file

@ -168,6 +168,13 @@ PROVIDER_MOUSER_SEARCH_LIMIT=50
# Used when searching for keywords in the language specified when you signed up for Search API.
PROVIDER_MOUSER_SEARCH_WITH_SIGNUP_LANGUAGE='true'
# LCSC Provider:
# LCSC does not provide an offical API, so this used the API LCSC uses to render their webshop.
# LCSC did not intended the use of this API and it could break any time, so use it at your own risk.
# We dont require an API key for LCSC, just set this to 1 to enable LCSC support
PROVIDER_LCSC_ENABLED=0
##################################################################################
# EDA integration related settings
##################################################################################