mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 11:14:24 +08:00
fix codestyle
This commit is contained in:
parent
20c5d7b5f7
commit
baac15c0ff
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ common: &common
|
||||||
mailer_domain: <%= ENV["SMTP_DOMAIN"] %>
|
mailer_domain: <%= ENV["SMTP_DOMAIN"] %>
|
||||||
mailer_user_name: <%= ENV["SMTP_USERNAME"] %>
|
mailer_user_name: <%= ENV["SMTP_USERNAME"] %>
|
||||||
mailer_password: <%= ENV["SMTP_PASSWORD"] %>
|
mailer_password: <%= ENV["SMTP_PASSWORD"] %>
|
||||||
mailer_openssl_verify_mode: <%= ENV["SMTP_OPENSSL_VERIFY_MODE"] || nil%>
|
mailer_openssl_verify_mode: <%= ENV["SMTP_OPENSSL_VERIFY_MODE"] || nil %>
|
||||||
|
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
# Your secret key is used for verifying the integrity of signed cookies.
|
# Your secret key is used for verifying the integrity of signed cookies.
|
||||||
|
|
Loading…
Reference in a new issue