@@ -143,7 +143,8 @@ PROVIDER_TME_CURRENCY=EUR
143143PROVIDER_TME_LANGUAGE = en
144144# The country to get results for
145145PROVIDER_TME_COUNTRY = DE
146- # Set this to 1 to get gross prices (including VAT) instead of net prices
146+ # [DEPRECATED] Set this to 1 to get gross prices (including VAT) instead of net prices
147+ # With private API keys, this option cannot be used anymore is ignored by Part-DB. The VAT inclusion depends on your TME account settings.
147148PROVIDER_TME_GET_GROSS_PRICES = 1
148149
149150# Octopart / Nexar Provider:
@@ -215,6 +216,27 @@ PROVIDER_OEMSECRETS_SET_PARAM=1
215216# If unset or set to any other value, no sorting is performed.
216217PROVIDER_OEMSECRETS_SORT_CRITERIA = C
217218
219+
220+ # Reichelt provider:
221+ # Reichelt.com offers no official API, so this info provider webscrapes the website to extract info
222+ # It could break at any time, use it at your own risk
223+ # We dont require an API key for Reichelt, just set this to 1 to enable Reichelt support
224+ PROVIDER_REICHELT_ENABLED = 0
225+ # The country to get prices for
226+ PROVIDER_REICHELT_COUNTRY = DE
227+ # The language to get results in (en, de, fr, nl, pl, it, es)
228+ PROVIDER_REICHELT_LANGUAGE = en
229+ # Include VAT in prices (set to 1 to include VAT, 0 to exclude VAT)
230+ PROVIDER_REICHELT_INCLUDE_VAT = 1
231+ # The currency to get prices in (only for countries with countries other than EUR)
232+ PROVIDER_REICHELT_CURRENCY = EUR
233+
234+ # Pollin provider:
235+ # Pollin.de offers no official API, so this info provider webscrapes the website to extract info
236+ # It could break at any time, use it at your own risk
237+ # We dont require an API key for Pollin, just set this to 1 to enable Pollin support
238+ PROVIDER_POLLIN_ENABLED = 0
239+
218240# #################################################################################
219241# EDA integration related settings
220242# #################################################################################
@@ -283,6 +305,9 @@ FIXER_API_KEY=CHANGEME
283305# When this is empty the content of config/banner.md is used as banner
284306BANNER = " "
285307
308+ # Enable the part image overlay which shows name and filename of the picture
309+ SHOW_PART_IMAGE_OVERLAY = 1
310+
286311APP_ENV = prod
287312APP_SECRET = a03498528f5a5fc089273ec9ae5b2849
288313
0 commit comments