comparison development.ini @ 14:923f0e6ab010

change error controller, added handling 404 to mercurial,
author Marcin Kuzminski
date Sat, 20 Feb 2010 22:45:59 +0100
parents 5f30a6d558dc
children c8265b4f0c2a
comparison
equal deleted inserted replaced
13:b6b3533ad63c 14:923f0e6ab010
9 debug = true 9 debug = true
10 ############################################ 10 ############################################
11 ## Uncomment and replace with the address ## 11 ## Uncomment and replace with the address ##
12 ## which should receive any error reports ## 12 ## which should receive any error reports ##
13 ############################################ 13 ############################################
14 email_to = marcin.kuzminski@etelko.pl 14 #email_to = marcin.kuzminski@etelko.pl
15 smtp_server = localhost 15 #smtp_server = mail.etelko.pl
16 error_email_from = paste_error@localhost 16 #error_email_from = paste_error@localhost
17 #smtp_username =
18 #smtp_password =
19 #error_message = 'mercurial crash !'
17 20
18 [server:main] 21 [server:main]
19 use = egg:Paste#http 22 use = egg:Paste#http
20 host = 127.0.0.1 23 host = 127.0.0.1
21 port = 5000 24 port = 5000