File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 PassEnv PROVIDER_REICHELT_ENABLED PROVIDER_REICHELT_CURRENCY PROVIDER_REICHELT_COUNTRY PROVIDER_REICHELT_LANGUAGE PROVIDER_REICHELT_INCLUDE_VAT
4848 PassEnv PROVIDER_POLLIN_ENABLED
4949 PassEnv EDA_KICAD_CATEGORY_DEPTH
50+ PassEnv SHOW_PART_IMAGE_OVERLAY
5051
5152 # For most configuration files from conf-available/, which are
5253 # enabled or disabled at a global level, it is possible to
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ FIXER_API_KEY=CHANGEME
306306BANNER = " "
307307
308308# Enable the part image overlay which shows name and filename of the picture
309- SHOW_PART_IMAGE_OVERLAY = true
309+ SHOW_PART_IMAGE_OVERLAY = 1
310310
311311APP_ENV = prod
312312APP_SECRET = a03498528f5a5fc089273ec9ae5b2849
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ bundled with Part-DB. Set `DATABASE_MYSQL_SSL_VERIFY_CERT` if you want to accept
9595 particularly for securing and protecting various aspects of your application. It's a secret key that is used for
9696 cryptographic operations and security measures (session management, CSRF protection, etc..). Therefore this
9797 value should be handled as confidential data and not shared publicly.
98+ * ` SHOW_PART_IMAGE_OVERLAY ` : Set to 0 to disable the part image overlay, which appears if you hover over an image in the
99+ part image gallery
98100
99101### E-Mail settings
100102
You can’t perform that action at this time.
0 commit comments