mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-27 20:49:35 +00:00
Make image size in table values settable by env
This commit is contained in:
parent
8b417d6441
commit
886def3527
5 changed files with 19 additions and 3 deletions
3
.env
3
.env
|
|
@ -111,6 +111,9 @@ TABLE_DEFAULT_PAGE_SIZE=50
|
|||
# Configure which columns will be visible by default in the parts table (and in which order).
|
||||
# This is a comma separated list of column names. See documentation for available values.
|
||||
TABLE_PARTS_DEFAULT_COLUMNS=name,description,category,footprint,manufacturer,storage_location,amount
|
||||
# The minimum and maximum size of preview images in tables (in pixels). Valid range: 10-100
|
||||
TABLE_IMAGE_PREVIEW_MIN_SIZE=10
|
||||
TABLE_IMAGE_PREVIEW_MAX_SIZE=30
|
||||
|
||||
##################################################################################
|
||||
# Info provider settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue