Commit 4dbce776 authored by Edouard's avatar Edouard

Fix typo in sample smtp settings

parent 5093cb02
......@@ -3,7 +3,7 @@
# 2. Edit settings inside this file
# 3. Restart GitLab instance
#
if Rails.env.production? do
if Rails.env.production?
Gitlab::Application.config.action_mailer.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment