diff options
author | Dmitry Azhichakov <dmitry@dsa.pp.ru> | 2015-02-13 11:06:12 +0300 |
---|---|---|
committer | Dmitry Azhichakov <dmitry@dsa.pp.ru> | 2015-02-13 11:06:12 +0300 |
commit | 2692d4aa49deec286058cd2196da379a97534787 (patch) | |
tree | 9790c5db2416206146395d3e5e4df178400fb28d /conf/app.ini | |
parent | 3aaf292ba8c222003048e695bf9b9ec43191ff01 (diff) | |
download | gitea-2692d4aa49deec286058cd2196da379a97534787.tar.gz gitea-2692d4aa49deec286058cd2196da379a97534787.zip |
Make conf/app.ini changes match the style
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/app.ini b/conf/app.ini index 6a7c67ca07..6f4ae897f7 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -106,9 +106,9 @@ HOST = ; Do not verify the certificate of the server. Only use this for self-signed certificates SKIP_VERIFY = ; Use client certificate -; USE_CERTIFICATE = true -; CERT_FILE = custom/mailer/cert.pem -; KEY_FILE = custom/mailer/key.pem +USE_CERTIFICATE = false +CERT_FILE = custom/mailer/cert.pem +KEY_FILE = custom/mailer/key.pem ; Mail from address, RFC 5322. This can be just an email address, or the "Name" <email@example.com> format FROM = ; Mailer user name and password |