Commit 54ede79809a8197f326e3d5bcb1ee2de84a7aaf4
1 parent
0eef1bef
Exists in
master
and in
9 other branches
Fix incorrect SMTP example configuration value
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -447,7 +447,7 @@ the following configuration information to `/etc/gitlab/gitlab.rb` and run |
447 | 447 | `gitlab-ctl reconfigure`. |
448 | 448 | |
449 | 449 | ``` |
450 | -gitlab_rails['smtp_enable'] = false | |
450 | +gitlab_rails['smtp_enable'] = true | |
451 | 451 | gitlab_rails['smtp_address'] = "smtp.server" |
452 | 452 | gitlab_rails['smtp_port'] = 456 |
453 | 453 | gitlab_rails['smtp_user_name'] = "smtp user" | ... | ... |