mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-20 00:59:34 +00:00
Merge f9e7fb4491 into f0dc80aac9
This commit is contained in:
commit
3c2b597c47
7 changed files with 128 additions and 0 deletions
|
|
@ -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): ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue