From b4ee6760eb5bfe70eeb34d4141dc7ffacf2be289 Mon Sep 17 00:00:00 2001 From: ChrisChV Date: Thu, 17 Jun 2021 19:07:18 -0500 Subject: [PATCH] docs: `Forum` config section added in `Configuration and customisation` --- docs/configuration.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 582f674..dd98dd3 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -171,6 +171,13 @@ SMTP Note that the SMTP server shipped with Tutor by default does not implement TLS. With external servers, only one of SSL or TLS should be enabled, at most. +Forum +***** + +- ``RUN_FORUM`` (default: ``true``) +- ``FORUM_HOST`` (default: ``"forum"``) +- ``FORUM_MONGODB_DATABASE`` (default: ``"cs_comments_service"``) + SSL/TLS certificates for HTTPS access ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~