From dce2b3bebfdb5f554d0f7685a2ce7576fbcca2e5 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 17 Dec 2017 22:13:05 +0000 Subject: [PATCH] Fix documentation for clientutil.BackendConfig change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c8dfc..8fc253a 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ understands the following attributes: * `remote_addr_header`: HTTP header to use to obtain the remote client address, when the request comes from a trusted forwarder * `keystore`: configures the connection to the keystore service - * `backend_url`: URL for the keystore service + * `url`: URL for the keystore service * `tls_config`: client TLS configuration * `cert`: path to the client certificate * `key`: path to the private key -- GitLab