From b103900c74363060ebacc0270220e67a97138bee Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 3 Nov 2018 09:28:11 +0000
Subject: [PATCH] Add documentation on the new configuration parameters

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 341f91a..04fedd9 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,10 @@ attributes:
     * `cert`: path to the client certificate
     * `key`: path to the private key
     * `ca`: path to the CA used to validate the server
+* `u2f_app_id`: set the U2F AppID - if unset, it will be autodetected
+  based on the domain name in the request
+* `url_path_prefix`: URL path prefix of the SSO server application
+  (default /)
 * `http_server`: specifies standard parameters for the HTTP server
   * `tls`: server-side TLS configuration
     * `cert`: path to the server certificate
-- 
GitLab