##// END OF EJS Templates
config: change default .ini to always include trace_errors settings and thus avoid deprecation warnings...
Mads Kiilerich -
r7643:cbdc0c3a default
parent child Browse files
Show More
@@ -303,6 +303,17 b' beaker.session.secret = development-not-'
303 303 #beaker.session.sa.url = postgresql://postgres:qwe@localhost/kallithea
304 304 #beaker.session.table_name = db_session
305 305
306 ############################
307 ## ERROR HANDLING SYSTEMS ##
308 ############################
309
310 # Propagate email settings to ErrorReporter of TurboGears2
311 # You do not normally need to change these lines
312 get trace_errors.error_email = email_to
313 get trace_errors.smtp_server = smtp_server
314 get trace_errors.smtp_port = smtp_port
315 get trace_errors.from_address = error_email_from
316
306 317 ################################################################################
307 318 ## WARNING: *DEBUG MODE MUST BE OFF IN A PRODUCTION ENVIRONMENT* ##
308 319 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##
@@ -399,7 +399,6 b' beaker.session.secret = ${uuid()}'
399 399 #beaker.session.sa.url = postgresql://postgres:qwe@localhost/kallithea
400 400 #beaker.session.table_name = db_session
401 401
402 %if error_aggregation_service == 'appenlight':
403 402 <%text>############################</%text>
404 403 <%text>## ERROR HANDLING SYSTEMS ##</%text>
405 404 <%text>############################</%text>
@@ -411,6 +410,7 b' get trace_errors.smtp_server = smtp_serv'
411 410 get trace_errors.smtp_port = smtp_port
412 411 get trace_errors.from_address = error_email_from
413 412
413 %if error_aggregation_service == 'appenlight':
414 414 <%text>####################</%text>
415 415 <%text>### [appenlight] ###</%text>
416 416 <%text>####################</%text>
General Comments 0
You need to be logged in to leave comments. Login now