comparison test.ini @ 5300:dc6abf7a63d3

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.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Thu, 16 Jul 2015 08:09:20 +0200
parents fc71103e16b7
children 8479cf4432fc
comparison
equal deleted inserted replaced
5299:efbd922f594c 5300:dc6abf7a63d3
20 ## Additionally those settings will be used by Kallithea mailing system ## 20 ## Additionally those settings will be used by Kallithea mailing system ##
21 ################################################################################ 21 ################################################################################
22 #email_to = admin@localhost 22 #email_to = admin@localhost
23 #error_email_from = paste_error@localhost 23 #error_email_from = paste_error@localhost
24 #app_email_from = kallithea-noreply@localhost 24 #app_email_from = kallithea-noreply@localhost
25 #error_message =
26 #email_prefix = [Kallithea] 25 #email_prefix = [Kallithea]
27 26
28 #smtp_server = mail.server.com 27 #smtp_server = mail.server.com
29 #smtp_username = 28 #smtp_username =
30 #smtp_password = 29 #smtp_password =