Update README.md

pull/9279/head
Oliver Günther 4 years ago committed by GitHub
parent 13a83eec23
commit ed32b8efc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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
```
| ----------- | :---------- |

Loading…
Cancel
Save