From cd4ffb857c3607230ba774401d14ee01e15094ba Mon Sep 17 00:00:00 2001
From: Fabian Schindler <fabian.schindler.strauss@gmail.com>
Date: Mon, 28 Sep 2020 15:47:27 +0200
Subject: [PATCH] Adding docs for REPORTING_DIR settings

---
 documentation/operator-guide/configuration.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/documentation/operator-guide/configuration.rst b/documentation/operator-guide/configuration.rst
index 327832e4..baae4755 100644
--- a/documentation/operator-guide/configuration.rst
+++ b/documentation/operator-guide/configuration.rst
@@ -193,6 +193,8 @@ parts.
   to.
 * ``DJANGO_USER``, ``DJANGO_MAIL``, ``DJANGO_PASSWORD`` -
   The Django admin user account credentials to use the Admin GUI.
+* ``REPORTING_DIR`` -
+  This sets the directory to write the reports of the registered products to.
 
 .. note::
   These variables are used during the initial stack setup. When these
-- 
GitLab