Skip to content
代码片段 群组 项目
提交 631bbe50 编辑于 作者: Marin Jankovski's avatar Marin Jankovski
浏览文件

Add openssl_verify_mode option to the smtp configuration example.

上级 85c2cb2a
无相关合并请求
# To enable smtp email delivery for your GitLab instance do next:
# To enable smtp email delivery for your GitLab instance do the following:
# 1. Rename this file to smtp_settings.rb
# 2. Edit settings inside this file
# 3. Restart GitLab instance
......@@ -13,6 +13,7 @@ if Rails.env.production?
password: "123456",
domain: "gitlab.company.com",
authentication: :login,
enable_starttls_auto: true
enable_starttls_auto: true,
openssl_verify_mode: 'none'
}
end
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册