From 8bba11b372291acc84cdb1d073512e6321b75e83 Mon Sep 17 00:00:00 2001
From: blallo <blallo@autistici.org>
Date: Thu, 20 Jun 2019 17:09:24 +0200
Subject: [PATCH] Add undocumented config params to README.

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

diff --git a/README.md b/README.md
index 6c779b7..33ca634 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,10 @@ attributes:
     client IP address
   * `max_inflight_requests`: maximum number of in-flight requests to
     allow before server-side throttling kicks in
+ * `site_name`: sting to be used as site `<title>`.
+ * `site_logo`: path to an image to be used as logo, placed above the
+    modal form.
+ * `site_favicon`: path to a favicon.
 
 ## Device tracking
 
-- 
GitLab