diff options
| author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-05-30 20:11:07 +0200 |
|---|---|---|
| committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-05-30 20:11:07 +0200 |
| commit | 65cf5957deec1816f867f0285b34f314599c905a (patch) | |
| tree | 407a6892b0dbe4088182a2ef3227c757a5e68cc3 /config/gitlab.yml.example | |
| parent | d54d3324b1ae46a60712dbb974214e41fca5b93b (diff) | |
| download | gitlab-ce-65cf5957deec1816f867f0285b34f314599c905a.tar.gz | |
Removed the Support Email setting
This setting was not longer used in GitLab, so i think it can be
removed.
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to 'config/gitlab.yml.example')
| -rw-r--r-- | config/gitlab.yml.example | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 04e85ed9a9d..6f33256a2b1 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -35,9 +35,6 @@ production: &base # Email address used in the "From" field in mails sent by GitLab email_from: example@example.com - # Email address of your support contact (default: same as email_from) - support_email: support@example.com - # Email server smtp settings are in [a separate file](initializers/smtp_settings.rb.sample). ## User settings |
