From 040b3be5b1e1a0212c4c0073dfb252c26adbfc7d Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 26 May 2014 16:15:12 +0200 Subject: Give a hint where to find the email settings. --- config/gitlab.yml.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 7b53a065533..04e85ed9a9d 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -38,6 +38,8 @@ production: &base # 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 default_projects_limit: 10 # default_can_create_group: false # default: true -- cgit v1.2.1