Changeset - 8479cf4432fc
[Not reviewed]
default
0 5 0
Thomas De Schampheleire - 11 years ago 2015-07-16 17:43:41
thomas.de.schampheleire@gmail.com
e-mail: clarify that smtp_use_ssl defaults to false

Commented settings in configuration files conventionally indicate the
default value.
5 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -30,7 +30,7 @@ pdebug = false
 
#smtp_password =
 
#smtp_port =
 
#smtp_use_tls = false
 
#smtp_use_ssl = true
 
#smtp_use_ssl = false
 
## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
 
#smtp_auth =
 

	
kallithea/bin/template.ini.mako
Show inline comments
 
@@ -24,7 +24,7 @@ pdebug = false
 
#smtp_password =
 
#smtp_port =
 
#smtp_use_tls = false
 
#smtp_use_ssl = true
 
#smtp_use_ssl = false
 
<%text>## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)</%text>
 
#smtp_auth =
 

	
kallithea/config/deployment.ini_tmpl
Show inline comments
 
@@ -25,7 +25,7 @@ pdebug = false
 
#smtp_password =
 
#smtp_port =
 
#smtp_use_tls = false
 
#smtp_use_ssl = true
 
#smtp_use_ssl = false
 
## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
 
#smtp_auth =
 

	
production.ini
Show inline comments
 
@@ -29,7 +29,7 @@ pdebug = false
 
#smtp_password =
 
#smtp_port =
 
#smtp_use_tls = false
 
#smtp_use_ssl = true
 
#smtp_use_ssl = false
 
## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
 
#smtp_auth =
 

	
test.ini
Show inline comments
 
@@ -29,7 +29,7 @@ pdebug = false
 
#smtp_password =
 
#smtp_port =
 
#smtp_use_tls = false
 
#smtp_use_ssl = true
 
#smtp_use_ssl = false
 
## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
 
#smtp_auth =
 

	
0 comments (0 inline, 0 general)