aboutsummaryrefslogtreecommitdiffstats
path: root/custom/conf/app.example.ini
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 /custom/conf/app.example.ini
parent113c1557ff2dc0ae379709d7a9607e567c70e1d1 (diff)
downloadgitea-8d9f191195eaafd6b697683cd5f8c89c3f6e7cf6.tar.gz
gitea-8d9f191195eaafd6b697683cd5f8c89c3f6e7cf6.zip
Update docs for bad ini syntax in noreply (#15226)
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r--custom/conf/app.example.ini10
1 files changed, 6 insertions, 4 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 1e0cd5f280..29b8846ede 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -689,10 +689,12 @@ DEFAULT_ENABLE_TIMETRACKING = true
; Default value for AllowOnlyContributorsToTrackTime
; Only users with write permissions can track time if this is true
DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME = true
-; Default value for the domain part of the user's email address in the git log
-; if he has set KeepEmailPrivate to true. The user's email will be replaced with a
-; concatenation of the user name in lower case, "@" and NO_REPLY_ADDRESS.
-NO_REPLY_ADDRESS = noreply.%(DOMAIN)s
+; Value for the domain part of the user's email address in the git log if user
+; has set KeepEmailPrivate to true. The user's email will be replaced with a
+; concatenation of the user name in lower case, "@" and NO_REPLY_ADDRESS. Default
+; value is "noreply." + DOMAIN, where DOMAIN resolves to the value from server.DOMAIN
+; Note: do not use the <DOMAIN> notation below
+NO_REPLY_ADDRESS = noreply.<DOMAIN>
; Show Registration button
SHOW_REGISTRATION_BUTTON = true
; Show milestones dashboard page - a view of all the user's milestones