Assembly Konstanten in .env einfügen bzw. anpassen

This commit is contained in:
Marcel Diegelmann 2025-07-03 13:50:33 +02:00
parent f93152cb1c
commit 37b2380de1

8
.env
View file

@ -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
###################################################################################
@ -66,8 +69,9 @@ 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_ASSEMBLIES_DEFAULT_COLUMNS=quantity,manufacturer,name,description,category
TABLE_PARTS_DEFAULT_COLUMNS=name,description,category,footprint,manufacturer,storage_location,amount
TABLE_ASSEMBLIES_DEFAULT_COLUMNS=id,ipn,name,description,referencedAssemblies,edit
TABLE_ASSEMBLIES_BOM_DEFAULT_COLUMNS=quantity,id,ipn,name,description
###################################################################################
# SAML Single sign on-settings