Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-03-26 06:17:24 +0300
committerStan Hu <stanhu@gmail.com>2015-04-03 16:47:54 +0300
commit81a5a9713d69c738912d27cb10e74577aa4f4978 (patch)
tree4a2379fbf18354765504595bf5c783c623f1cce8 /config/gitlab.yml.example
parent2a0d38c03fa20979a92597fdff18989c2b8e106b (diff)
Add ability to configure Reply-To address in gitlab.yml
Closes #1305
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 760a589d6e2..3d91b67e748 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -49,6 +49,7 @@ production: &base
# Email address used in the "From" field in mails sent by GitLab
email_from: example@example.com
email_display_name: GitLab
+ email_reply_to: noreply@example.com
# Email server smtp settings are in config/initializers/smtp_settings.rb.sample