partdb.default_currency:'%env(string:BASE_CURRENCY)%'# The currency that is used inside the DB (and is assumed when no currency is set). This can not be changed later, so be sure to set it the currency used in your country
partdb.enforce_change_comments_for:'%env(csv:ENFORCE_CHANGE_COMMENTS_FOR)%'# The actions for which a change comment is required (e.g. "part_edit", "part_create", etc.). If this is empty, change comments are not required at all.
partdb.default_uri:'%env(string:DEFAULT_URI)%'# The default URI to use for the Part-DB instance (e.g. https://part-db.example.com/). This is used for generating links in emails
partdb.db.emulate_natural_sort:'%env(bool:DATABASE_EMULATE_NATURAL_SORT)%'# If this is set to true, natural sorting is emulated on platforms that do not support it natively. This can be slow on large datasets.
partdb.users.use_gravatar:'%env(bool:USE_GRAVATAR)%'# Set to false, if no Gravatar images should be used for user profiles.
partdb.users.email_pw_reset:'%env(bool:ALLOW_EMAIL_PW_RESET)%'# Config if users are able, to reset their password by email. By default this enabled, when a mail server is configured.
partdb.attachments.allow_downloads: '%env(bool:ALLOW_ATTACHMENT_DOWNLOADS)%' # Allow users to download attachments to server. Warning:This can be dangerous, because via that feature attackers maybe can access ressources on your intranet!
partdb.attachments.download_by_default:'%env(bool:ATTACHMENT_DOWNLOAD_BY_DEFAULT)%'# If this is set the 'download external files' checkbox is set by default for new attachments (only if allow_downloads is set to true)
partdb.attachments.dir.media:'public/media/'# The folder where uploaded attachment files are saved (must be in public folder)
partdb.attachments.dir.secure:'uploads/'# The folder where secured attachment files are saved (must not be in public/)
partdb.attachments.max_file_size:'%env(string:MAX_ATTACHMENT_FILE_SIZE)%'# The maximum size of an attachment file (in bytes, you can use M for megabytes and G for gigabytes)
partdb.error_pages.admin_email:'%env(trim:string:ERROR_PAGE_ADMIN_EMAIL)%'# You can set an email address here, which is shown on an error page, how to contact an administrator
partdb.error_pages.show_help:'%env(trim:string:ERROR_PAGE_SHOW_HELP)%'# If this is set to true, solutions to common problems are shown on error pages. Disable this, if you do not want your users to see them...
# You can configures the default shown tree items in the sidebar here. You can add or remove entries here, to change the number of trees in the sidebar. The possible entries are: categories, locations, footprints, manufacturers, suppliers, devices, tools