mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
doc: added LLDAP_HTTP_URL env variable for SMTP settings
Signed-off-by: Tim Beermann <tibeer@berryit.de>
This commit is contained in:
+1
-1
@@ -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>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user