소스 검색

Make conf/app.ini changes match the style

Dmitry Azhichakov 10 년 전
부모
커밋
2692d4aa49
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      conf/app.ini

+ 3 - 3
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 protected]> format 
 FROM =
 ; Mailer user name and password