Skip to content

Commit

Permalink
kitodo#4241 add new parameter security.secret
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Oct 18, 2021
1 parent 098a423 commit cf0b4a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Kitodo/src/main/resources/kitodo_config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -692,3 +692,16 @@ filegroups=DEFAULT&MIN&MAX&THUMBS&DOWNLOAD

# Configure whether each process needs to have a unique title or not
uniqueProcessTitles=true

# =============================================================================
# SECURITY
# =============================================================================

# -----------------------------------
# Security secret
# -----------------------------------

# Secret is used to encrypt or decrypt sensitive data e.g. LDAP manager passwords which are stored in the database in encrypted form.
# Once the secret is set, it should not be changed since encrypted data can no longer be decrypted.

security.secret=

0 comments on commit cf0b4a9

Please sign in to comment.