From 54ede79809a8197f326e3d5bcb1ee2de84a7aaf4 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 23 May 2014 18:14:44 +0200 Subject: [PATCH] Fix incorrect SMTP example configuration value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac33cb5..8de7c44 100644 --- a/README.md +++ b/README.md @@ -447,7 +447,7 @@ the following configuration information to `/etc/gitlab/gitlab.rb` and run `gitlab-ctl reconfigure`. ``` -gitlab_rails['smtp_enable'] = false +gitlab_rails['smtp_enable'] = true gitlab_rails['smtp_address'] = "smtp.server" gitlab_rails['smtp_port'] = 456 gitlab_rails['smtp_user_name'] = "smtp user" -- libgit2 0.21.2