You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The language to use serverwide as default (en, de, ru, etc.)
35
-
DEFAULT_LANG="en"
35
+
#DEFAULT_LANG="en"
36
36
# The default timezone to use serverwide (e.g. Europe/Berlin)
37
-
DEFAULT_TIMEZONE="Europe/Berlin"
37
+
#DEFAULT_TIMEZONE="Europe/Berlin"
38
38
# The currency that is used inside the DB (and is assumed when no currency is set). This can not be changed later, so be sure to set it the currency used in your country
39
-
BASE_CURRENCY="EUR"
40
-
# The name of this installation. This will be shown as title in the browser and in the header of the website
41
-
INSTANCE_NAME="Part-DB"
42
-
# Allow users to download attachments to the server by providing an URL
43
-
# This could be a potential security issue, as the user can retrieve any file the server has access to (via internet)
44
-
ALLOW_ATTACHMENT_DOWNLOADS=0
45
-
# Set this to 1, if the "download external files" checkbox should be checked by default for new attachments
46
-
ATTACHMENT_DOWNLOAD_BY_DEFAULT=0
47
-
# Use gravatars for user avatars, when user has no own avatar defined
48
-
USE_GRAVATAR=0
49
-
# The maximum allowed size for attachment files in bytes (you can use M for megabytes and G for gigabytes)
50
-
# Please note that the php.ini setting upload_max_filesize also limits the maximum size of uploaded files
51
-
MAX_ATTACHMENT_FILE_SIZE="100M"
39
+
#BASE_CURRENCY="EUR"
52
40
53
41
# The public reachable URL of this Part-DB installation. This is used for generating links in SAML and email templates
54
42
# This must end with a slash!
55
43
DEFAULT_URI="https://partdb.changeme.invalid/"
56
44
57
-
# With this option you can configure, where users are enforced to give a change reason, which will be logged
58
-
# This is a comma separated list of values, see documentation for available values
59
-
# Leave this empty, to make all change reasons optional
60
-
ENFORCE_CHANGE_COMMENTS_FOR=""
61
-
62
-
# Disable that if you do not want that Part-DB connects to GitHub to check for available updates, or if your server can not connect to the internet
# You can get your client id and secret from https://developer.digikey.com/
121
-
PROVIDER_DIGIKEY_CLIENT_ID=
122
-
PROVIDER_DIGIKEY_SECRET=
123
-
# The currency to get prices in
124
-
PROVIDER_DIGIKEY_CURRENCY=EUR
125
-
# The language to get results in (en, de, fr, it, es, zh, ja, ko)
126
-
PROVIDER_DIGIKEY_LANGUAGE=en
127
-
# The country to get results for
128
-
PROVIDER_DIGIKEY_COUNTRY=DE
129
-
130
-
# Farnell Provider:
131
-
# You can get your API key from https://partner.element14.com/
132
-
PROVIDER_ELEMENT14_KEY=
133
-
# 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
134
-
PROVIDER_ELEMENT14_STORE_ID=de.farnell.com
135
-
136
-
# TME Provider:
137
-
# You can get your API key from https://developers.tme.eu/en/
138
-
PROVIDER_TME_KEY=
139
-
PROVIDER_TME_SECRET=
140
-
# The currency to get prices in
141
-
PROVIDER_TME_CURRENCY=EUR
142
-
# The language to get results in (en, de, pl)
143
-
PROVIDER_TME_LANGUAGE=en
144
-
# The country to get results for
145
-
PROVIDER_TME_COUNTRY=DE
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.
148
-
PROVIDER_TME_GET_GROSS_PRICES=1
149
-
150
-
# Octopart / Nexar Provider:
151
-
# You can get your API key from https://nexar.com/api
152
-
PROVIDER_OCTOPART_CLIENT_ID=
153
-
PROVIDER_OCTOPART_SECRET=
154
-
# The currency and country to get prices for (you have to set both to get meaningful results)
155
-
# 3 letter ISO currency code (e.g. EUR, USD, GBP)
156
-
PROVIDER_OCTOPART_CURRENCY=EUR
157
-
# 2 letter ISO country code (e.g. DE, US, GB)
158
-
PROVIDER_OCTOPART_COUNTRY=DE
159
-
# The number of results to get from Octopart while searching (please note that this counts towards your API limits)
160
-
PROVIDER_OCTOPART_SEARCH_LIMIT=10
161
-
# Set to false to include non authorized offers in the results
162
-
PROVIDER_OCTOPART_ONLY_AUTHORIZED_SELLERS=1
163
-
164
-
# Mouser Provider API V2:
165
-
# You can get your API key from https://www.mouser.it/api-hub/
166
-
PROVIDER_MOUSER_KEY=
167
-
# Filter search results by RoHS compliance and stock availability:
168
-
# Available options: None | Rohs | InStock | RohsAndInStock
169
-
PROVIDER_MOUSER_SEARCH_OPTION='None'
170
-
# The number of results to get from Mouser while searching (please note that this value is max 50)
171
-
PROVIDER_MOUSER_SEARCH_LIMIT=50
172
-
# It is recommended to leave this set to 'true'. The option is not really good doumented by Mouser:
173
-
# Used when searching for keywords in the language specified when you signed up for Search API.
0 commit comments