summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-27 13:02:12 +0100
committerMarin Jankovski <maxlazio@gmail.com>2014-10-27 13:02:12 +0100
commitd504ca8a0c696b31eaf383f97f47e08afac23084 (patch)
treec247f3b9ba838a59df074cd57b25f1f9881e4101 /config/gitlab.yml.example
parent2f6856f713eb310ec977c195054fede4373a2e59 (diff)
downloadgitlab-ce-d504ca8a0c696b31eaf383f97f47e08afac23084.tar.gz
Add settings to disable email sending from GitLab.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 2ca6abac576..bb0ffae0b70 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -39,6 +39,8 @@ production: &base
# time_zone: 'UTC'
## Email settings
+ # Uncomment and set to false if you need to disable email sending from GitLab (default: true)
+ # email_enabled: true
# Email address used in the "From" field in mails sent by GitLab
email_from: example@example.com