This commit is contained in:
Ryan Malloy 2025-09-19 01:30:01 -06:00 committed by GitHub
commit 3c2b597c47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 128 additions and 0 deletions

View file

@ -43,6 +43,10 @@ parameters:
######################################################################################################################
partdb.saml.enabled: '%env(bool:SAML_ENABLED)%' # If this is set to true, SAML authentication is enabled
######################################################################################################################
# API Configuration
######################################################################################################################
partdb.api.initial_admin_key: '%env(trim:string:INITIAL_ADMIN_API_KEY)%' # Initial admin API key for automated access (env only)
######################################################################################################################
# Miscellaneous
@ -104,3 +108,5 @@ parameters:
env(SAML_ROLE_MAPPING): '{}'
env(DATABASE_EMULATE_NATURAL_SORT): 0
env(INITIAL_ADMIN_API_KEY): ''