mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 21:59:34 +00:00
Assembly Konstanten in .env einfügen bzw. anpassen
This commit is contained in:
parent
10e6fb48f3
commit
c80c7d2520
1 changed files with 5 additions and 1 deletions
6
.env
6
.env
|
|
@ -35,6 +35,9 @@ DATABASE_EMULATE_NATURAL_SORT=0
|
|||
# This must end with a slash!
|
||||
DEFAULT_URI="https://partdb.changeme.invalid/"
|
||||
|
||||
# Use an %%ipn%% placeholder in the name of a assembly. Placeholder is replaced with the ipn input while saving.
|
||||
CREATE_ASSEMBLY_USE_IPN_PLACEHOLDER_IN_NAME=0
|
||||
|
||||
###################################################################################
|
||||
# Email settings
|
||||
###################################################################################
|
||||
|
|
@ -67,7 +70,8 @@ ERROR_PAGE_SHOW_HELP=1
|
|||
# Configure which columns will be visible by default in the specific 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
|
||||
TABLE_ASSEMBLIES_DEFAULT_COLUMNS=quantity,manufacturer,name,description,category
|
||||
TABLE_ASSEMBLIES_DEFAULT_COLUMNS=id,ipn,name,description,referencedAssemblies,edit
|
||||
TABLE_ASSEMBLIES_BOM_DEFAULT_COLUMNS=quantity,id,ipn,name,description
|
||||
|
||||
|
||||
###################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue