summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKyle D <kdumontnu@gmail.com>2021-03-31 15:13:46 -0600
committerGitHub <noreply@github.com>2021-03-31 17:13:46 -0400
commit8d9f191195eaafd6b697683cd5f8c89c3f6e7cf6 (patch)
treecc7d7c216ac3838e25c5454f2d6c38ce54310c5d /docs
parent113c1557ff2dc0ae379709d7a9607e567c70e1d1 (diff)
downloadgitea-8d9f191195eaafd6b697683cd5f8c89c3f6e7cf6.tar.gz
gitea-8d9f191195eaafd6b697683cd5f8c89c3f6e7cf6.zip
Update docs for bad ini syntax in noreply (#15226)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/advanced/config-cheat-sheet.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
index 255bfb2b95..7aafb82048 100644
--- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md
+++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -482,7 +482,7 @@ relation to port exhaustion.
- `DEFAULT_ORG_VISIBILITY`: **public**: Set default visibility mode for organisations, either "public", "limited" or "private".
- `DEFAULT_ORG_MEMBER_VISIBLE`: **false** True will make the membership of the users visible when added to the organisation.
- `ALLOW_ONLY_EXTERNAL_REGISTRATION`: **false** Set to true to force registration only using third-party services.
-- `NO_REPLY_ADDRESS`: **DOMAIN** Default value for the domain part of the user's email address in the git log if he has set KeepEmailPrivate to true.
+- `NO_REPLY_ADDRESS`: **noreply.DOMAIN** Value for the domain part of the user's email address in the git log if user has set KeepEmailPrivate to true. DOMAIN resolves to the value in server.DOMAIN.
The user's email will be replaced with a concatenation of the user name in lower case, "@" and NO_REPLY_ADDRESS.
- `USER_DELETE_WITH_COMMENTS_MAX_TIME`: **0** Minimum amount of time a user must exist before comments are kept when the user is deleted.