From cda76a342e40804717ec4492b59d3376ca1e0b99 Mon Sep 17 00:00:00 2001 From: Ere Maijala Date: Thu, 3 Oct 2024 13:33:58 +0300 Subject: [PATCH] Add password_file to config.ini. --- config/vufind/config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/vufind/config.ini b/config/vufind/config.ini index 30a28dc0781..07ca203d472 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -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).