@@ -143,7 +143,8 @@ PROVIDER_TME_CURRENCY=EUR
143
143
PROVIDER_TME_LANGUAGE = en
144
144
# The country to get results for
145
145
PROVIDER_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.
147
148
PROVIDER_TME_GET_GROSS_PRICES = 1
148
149
149
150
# Octopart / Nexar Provider:
@@ -215,6 +216,27 @@ PROVIDER_OEMSECRETS_SET_PARAM=1
215
216
# If unset or set to any other value, no sorting is performed.
216
217
PROVIDER_OEMSECRETS_SORT_CRITERIA = C
217
218
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
+
218
240
# #################################################################################
219
241
# EDA integration related settings
220
242
# #################################################################################
@@ -283,6 +305,9 @@ FIXER_API_KEY=CHANGEME
283
305
# When this is empty the content of config/banner.md is used as banner
284
306
BANNER = " "
285
307
308
+ # Enable the part image overlay which shows name and filename of the picture
309
+ SHOW_PART_IMAGE_OVERLAY = 1
310
+
286
311
APP_ENV = prod
287
312
APP_SECRET = a03498528f5a5fc089273ec9ae5b2849
288
313
0 commit comments