From ed32b8efc03f1ccdac75a84ed35c52183977a756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 18 May 2021 10:24:23 +0200 Subject: [PATCH] Update README.md --- docs/installation-and-operations/configuration/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation-and-operations/configuration/README.md b/docs/installation-and-operations/configuration/README.md index 5a9551d760..84d0c90ec2 100644 --- a/docs/installation-and-operations/configuration/README.md +++ b/docs/installation-and-operations/configuration/README.md @@ -46,6 +46,7 @@ Configuring OpenProject through environment variables is detailed [in this separ * [`global_basic_auth`](#global-basic-auth) * [`apiv3_enable_basic_auth`](#apiv3_enable_basic_auth) * [`enterprise_limits`](#enterprise-limits) +* [`show_community_links`](#show-community-links) ## Setting session options @@ -387,6 +388,13 @@ Or through the environment like this: OPENPROJECT_ENTERPRISE_FAIL__FAST=true ``` +### Show community links + +If you would like to hide the homescreen links to the OpenProject community, you can do this with the following configuration: + +``` +OPENPROJECT_SHOW__COMMUNITY__LINKS=false +``` | ----------- | :---------- |