Skip to content

Commit d6bb8cb

Browse files
committed
Added documentation and use 1 instead of true for new env
1 parent 95ef9c6 commit d6bb8cb

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.docker/symfony.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
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

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ FIXER_API_KEY=CHANGEME
306306
BANNER=""
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

311311
APP_ENV=prod
312312
APP_SECRET=a03498528f5a5fc089273ec9ae5b2849

docs/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)