doc: added LLDAP_HTTP_URL env variable for SMTP settings

Signed-off-by: Tim Beermann <tibeer@berryit.de>
This commit is contained in:
Tim Beermann
2026-04-09 09:55:41 +02:00
committed by nitnelave
parent 2dc6178bd0
commit 52a08d3ad9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ pub struct RunOpts {
#[clap(long, env = "LLDAP_HTTP_PORT")]
pub http_port: Option<u16>,
/// URL of the server, for password reset links.
/// URL of the server, for password reset links. Default: "http://localhost"
#[clap(long, env = "LLDAP_HTTP_URL")]
pub http_url: Option<Url>,