mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
config: fix smtp_settings.rb template
This commit is contained in:
parent
fbfa79bbd2
commit
33f136a71a
@ -13,7 +13,7 @@ if Rails.env.production?
|
||||
password: "{{SMTP_PASS}}",
|
||||
domain: "{{SMTP_DOMAIN}}",
|
||||
authentication: "{{SMTP_AUTHENTICATION}}",
|
||||
openssl_verify_mode: => "{{SMTP_OPENSSL_VERIFY_MODE}}",
|
||||
openssl_verify_mode: "{{SMTP_OPENSSL_VERIFY_MODE}}",
|
||||
enable_starttls_auto: {{SMTP_STARTTLS}}
|
||||
}
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user