mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 12:02:55 +00:00
Fix description of proxy --auth-endpoint option.
This commit is contained in:
committed by
Dmitry Ivanov
parent
d3542c34f1
commit
caa62eff2a
@@ -60,7 +60,7 @@ fn main() -> anyhow::Result<()> {
|
||||
.short("a")
|
||||
.long("auth-endpoint")
|
||||
.takes_value(true)
|
||||
.help("redirect unauthenticated users to given uri")
|
||||
.help("API endpoint for authenticating users")
|
||||
.default_value("http://localhost:3000/authenticate_proxy_request/"),
|
||||
)
|
||||
.arg(
|
||||
|
||||
Reference in New Issue
Block a user