mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-21 01:29: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
3
.env
3
.env
|
|
@ -305,6 +305,9 @@ FIXER_API_KEY=CHANGEME
|
|||
# When this is empty the content of config/banner.md is used as banner
|
||||
BANNER=""
|
||||
|
||||
# Enable the part image overlay which shows name and filename of the picture
|
||||
SHOW_PART_IMAGE_OVERLAY=true
|
||||
|
||||
APP_ENV=prod
|
||||
APP_SECRET=a03498528f5a5fc089273ec9ae5b2849
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue