Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gy4443
chemotion_eln_server
Commits
4bdb4c4e
Commit
4bdb4c4e
authored
Mar 15, 2017
by
Serhii Kotov
Browse files
Typo fix
parent
e030d498
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/environments/production.rb
View file @
4bdb4c4e
...
...
@@ -86,7 +86,7 @@ Rails.application.configure do
:domain
=>
ENV
[
'SMTP_DOMAIN'
],
:password
=>
ENV
[
'SMTP_PASSWORD'
],
:authentication
=>
ENV
[
'SMTP_AUTH'
]
&&
ENV
[
'SMTP_AUTH'
].
to_sym
,
:enable_starttls_auto
=>
ENV
[
'SMTP_TLS'
]
&&
ENV
[
'SMTP_TLS'
].
match
(
/true/
)
:enable_starttls_auto
=>
ENV
[
'SMTP_TLS'
]
&&
ENV
[
'SMTP_TLS'
].
match
(
/true/
)
,
:openssl_verify_mode
=>
ENV
[
'SMTP_SSL_MODE'
],
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment