Commit 54ede79809a8197f326e3d5bcb1ee2de84a7aaf4

Authored by Jacob Vosmaer
1 parent 0eef1bef

Fix incorrect SMTP example configuration value

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -447,7 +447,7 @@ the following configuration information to `/etc/gitlab/gitlab.rb` and run @@ -447,7 +447,7 @@ the following configuration information to `/etc/gitlab/gitlab.rb` and run
447 `gitlab-ctl reconfigure`. 447 `gitlab-ctl reconfigure`.
448 448
449 ``` 449 ```
450 -gitlab_rails['smtp_enable'] = false 450 +gitlab_rails['smtp_enable'] = true
451 gitlab_rails['smtp_address'] = "smtp.server" 451 gitlab_rails['smtp_address'] = "smtp.server"
452 gitlab_rails['smtp_port'] = 456 452 gitlab_rails['smtp_port'] = 456
453 gitlab_rails['smtp_user_name'] = "smtp user" 453 gitlab_rails['smtp_user_name'] = "smtp user"