diff options
author | Fu Xu <fuxu@fuxu.name> | 2016-09-02 16:57:08 +0800 |
---|---|---|
committer | Fu Xu <fuxu@fuxu.name> | 2016-10-03 18:07:28 +0800 |
commit | 74c8e091f40c29a59b99bf7864b9fee303c68e50 (patch) | |
tree | 48d65f3bad5d39656840526ef1720ee1e93335de /config/gitlab.yml.example | |
parent | 7134599860651cc0f502581c97853a26f2fb4471 (diff) | |
download | gitlab-ce-74c8e091f40c29a59b99bf7864b9fee303c68e50.tar.gz |
add configurable email subject suffix
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
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 |