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:
authorFu Xu <fuxu@fuxu.name>2016-09-02 11:57:08 +0300
committerFu Xu <fuxu@fuxu.name>2016-10-03 13:07:28 +0300
commit74c8e091f40c29a59b99bf7864b9fee303c68e50 (patch)
tree48d65f3bad5d39656840526ef1720ee1e93335de /config/gitlab.yml.example
parent7134599860651cc0f502581c97853a26f2fb4471 (diff)
add configurable email subject suffix
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 1470a6e2550..a79356923b2 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -70,6 +70,7 @@ production: &base
email_from: example@example.com
email_display_name: GitLab
email_reply_to: noreply@example.com
+ email_subject_suffix: ''
# Email server smtp settings are in config/initializers/smtp_settings.rb.sample