Removed unnessecary parameter

This commit is contained in:
Jan Böhmer 2025-09-23 20:14:45 +02:00
parent f9e7fb4491
commit 99b12aa409

View file

@ -43,11 +43,6 @@ 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
######################################################################################################################