mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-20 09:09:33 +00:00
Add env option to disable part image overlay
Fixes #369 while preserving the state as-is
This commit is contained in:
parent
c44535990b
commit
95ef9c6dae
4 changed files with 7 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ parameters:
|
|||
# Miscellaneous
|
||||
######################################################################################################################
|
||||
partdb.demo_mode: '%env(bool:DEMO_MODE)%' # If set to true, all potentially dangerous things are disabled (like changing passwords of the own user)
|
||||
partdb.show_part_image_overlay: '%env(bool:SHOW_PART_IMAGE_OVERLAY)%' # If set to false, the filename overlay of the part image will be disabled
|
||||
|
||||
# Set the themes from which the user can choose from in the settings.
|
||||
# Themes commented here by default, are not really usable, because of display problems. Enable them at your own risk!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue