Changeset - dc6abf7a63d3
[Not reviewed]
default
0 5 0
Thomas De Schampheleire - 10 years ago 2015-07-16 08:09:20
thomas.de.schampheleire@gmail.com
e-mail: remove unused setting error_message from ini files

The ini files and templates contain a commented setting of 'error_message'
which does not seem to be used. It is referring to the error_message
variable in Paste, which has as description (Paste:ErrorMiddleware):

When debug mode is off, the error message to show to users.

However, setting this value apparently made no effect at all in Kallithea.
5 files changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -23,7 +23,6 @@ pdebug = false
 
#email_to = admin@localhost
 
#error_email_from = paste_error@localhost
 
#app_email_from = kallithea-noreply@localhost
 
#error_message =
 
#email_prefix = [Kallithea]
 

	
 
#smtp_server = mail.server.com
kallithea/bin/template.ini.mako
Show inline comments
 
@@ -17,7 +17,6 @@ pdebug = false
 
#email_to = admin@localhost
 
#error_email_from = paste_error@localhost
 
#app_email_from = kallithea-noreply@localhost
 
#error_message =
 
#email_prefix = [Kallithea]
 

	
 
#smtp_server = mail.server.com
kallithea/config/deployment.ini_tmpl
Show inline comments
 
@@ -18,7 +18,6 @@ pdebug = false
 
#email_to = admin@localhost
 
#error_email_from = paste_error@localhost
 
#app_email_from = kallithea-noreply@localhost
 
#error_message =
 
#email_prefix = [Kallithea]
 

	
 
#smtp_server = mail.server.com
production.ini
Show inline comments
 
@@ -22,7 +22,6 @@ pdebug = false
 
#email_to = admin@localhost
 
#error_email_from = paste_error@localhost
 
#app_email_from = kallithea-noreply@localhost
 
#error_message =
 
#email_prefix = [Kallithea]
 

	
 
#smtp_server = mail.server.com
test.ini
Show inline comments
 
@@ -22,7 +22,6 @@ pdebug = false
 
#email_to = admin@localhost
 
#error_email_from = paste_error@localhost
 
#app_email_from = kallithea-noreply@localhost
 
#error_message =
 
#email_prefix = [Kallithea]
 

	
 
#smtp_server = mail.server.com
0 comments (0 inline, 0 general)