Skip to content

Commit

Permalink
Add password_file to config.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Oct 3, 2024
1 parent 36f84ca commit cda76a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/vufind/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,9 @@ host = localhost
port = 25
;username = user
;password = pass
; Use password_file to load the secret from another file instead of including it
; directly in this configuration.
;password_file = /path/to/secret
; If a login is required you can define which protocol to use for securing the
; connection. If no explicit protocol ('tls' or 'ssl') is configured, a protocol
; based on the configured port is chosen (587 -> tls, 487 -> ssl).
Expand Down

0 comments on commit cda76a3

Please sign in to comment.