Skip to content

Commit beb079b

Browse files
committed
Removed env variables of already implemented info provider settings
1 parent 64497c4 commit beb079b

File tree

1 file changed

+0
-75
lines changed

1 file changed

+0
-75
lines changed

.env

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -92,26 +92,6 @@ PROVIDER_DIGIKEY_LANGUAGE=en
9292
# The country to get results for
9393
PROVIDER_DIGIKEY_COUNTRY=DE
9494

95-
# Farnell Provider:
96-
# You can get your API key from https://partner.element14.com/
97-
PROVIDER_ELEMENT14_KEY=
98-
# Configure the store domain you want to use. This decides the language and currency of results. You can get a list of available stores from https://partner.element14.com/docs/Product_Search_API_REST__Description
99-
PROVIDER_ELEMENT14_STORE_ID=de.farnell.com
100-
101-
# TME Provider:
102-
# You can get your API key from https://developers.tme.eu/en/
103-
PROVIDER_TME_KEY=
104-
PROVIDER_TME_SECRET=
105-
# The currency to get prices in
106-
PROVIDER_TME_CURRENCY=EUR
107-
# The language to get results in (en, de, pl)
108-
PROVIDER_TME_LANGUAGE=en
109-
# The country to get results for
110-
PROVIDER_TME_COUNTRY=DE
111-
# [DEPRECATED] Set this to 1 to get gross prices (including VAT) instead of net prices
112-
# With private API keys, this option cannot be used anymore is ignored by Part-DB. The VAT inclusion depends on your TME account settings.
113-
PROVIDER_TME_GET_GROSS_PRICES=1
114-
11595
# Octopart / Nexar Provider:
11696
# You can get your API key from https://nexar.com/api
11797
PROVIDER_OCTOPART_CLIENT_ID=
@@ -126,61 +106,6 @@ PROVIDER_OCTOPART_SEARCH_LIMIT=10
126106
# Set to false to include non authorized offers in the results
127107
PROVIDER_OCTOPART_ONLY_AUTHORIZED_SELLERS=1
128108

129-
# Mouser Provider API V2:
130-
# You can get your API key from https://www.mouser.it/api-hub/
131-
PROVIDER_MOUSER_KEY=
132-
# Filter search results by RoHS compliance and stock availability:
133-
# Available options: None | Rohs | InStock | RohsAndInStock
134-
PROVIDER_MOUSER_SEARCH_OPTION='None'
135-
# The number of results to get from Mouser while searching (please note that this value is max 50)
136-
PROVIDER_MOUSER_SEARCH_LIMIT=50
137-
# It is recommended to leave this set to 'true'. The option is not really good doumented by Mouser:
138-
# Used when searching for keywords in the language specified when you signed up for Search API.
139-
PROVIDER_MOUSER_SEARCH_WITH_SIGNUP_LANGUAGE='true'
140-
141-
# LCSC Provider:
142-
# LCSC does not provide an offical API, so this used the API LCSC uses to render their webshop.
143-
# LCSC did not intended the use of this API and it could break any time, so use it at your own risk.
144-
145-
# We dont require an API key for LCSC, just set this to 1 to enable LCSC support
146-
PROVIDER_LCSC_ENABLED=0
147-
# The currency to get prices in (e.g. EUR, USD, etc.)
148-
PROVIDER_LCSC_CURRENCY=EUR
149-
150-
# Oemsecrets Provider API 3.0.1:
151-
# You can get your API key from https://www.oemsecrets.com/api
152-
PROVIDER_OEMSECRETS_KEY=
153-
# The country you want the output for
154-
PROVIDER_OEMSECRETS_COUNTRY_CODE=DE
155-
# Available country code are:
156-
# AD, AE, AQ, AR, AT, AU, BE, BO, BR, BV, BY, CA, CH, CL, CN, CO, CZ, DE, DK, EC, EE, EH,
157-
# ES, FI, FK, FO, FR, GB, GE, GF, GG, GI, GL, GR, GS, GY, HK, HM, HR, HU, IE, IM, IN, IS,
158-
# IT, JM, JP, KP, KR, KZ, LI, LK, LT, LU, MC, MD, ME, MK, MT, NL, NO, NZ, PE, PH, PL, PT,
159-
# PY, RO, RS, RU, SB, SD, SE, SG, SI, SJ, SK, SM, SO, SR, SY, SZ, TC, TF, TG, TH, TJ, TK,
160-
# TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VE, VG, VI, VN, VU, WF, YE,
161-
# ZA, ZM, ZW
162-
#
163-
# The currency you want the prices to be displayed in
164-
PROVIDER_OEMSECRETS_CURRENCY=EUR
165-
# Available currency are:AUD, CAD, CHF, CNY, DKK, EUR, GBP, HKD, ILS, INR, JPY, KRW, NOK,
166-
# NZD, RUB, SEK, SGD, TWD, USD
167-
#
168-
# If PROVIDER_OEMSECRETS_ZERO_PRICE is set to 0, distributors with zero prices
169-
# will be discarded from the creation of a new part (set to 1 otherwise)
170-
PROVIDER_OEMSECRETS_ZERO_PRICE=0
171-
#
172-
# When PROVIDER_OEMSECRETS_SET_PARAM is set to 1 the parameters for the part are generated
173-
# from the description transforming unstructured descriptions into structured parameters;
174-
# each parameter in description should have the form: "...;name1:value1;name2:value2"
175-
PROVIDER_OEMSECRETS_SET_PARAM=1
176-
#
177-
# This environment variable determines the sorting criteria for product results.
178-
# The sorting process first arranges items based on the provided keyword.
179-
# Then, if set to 'C', it further sorts by completeness (prioritizing items with the most
180-
# detailed information). If set to 'M', it further sorts by manufacturer name.
181-
#If unset or set to any other value, no sorting is performed.
182-
PROVIDER_OEMSECRETS_SORT_CRITERIA=C
183-
184109

185110
# Reichelt provider:
186111
# Reichelt.com offers no official API, so this info provider webscrapes the website to extract info

0 commit comments

Comments
 (0)