Mercurial > hg > lxmlmiddleware
diff example.ini @ 0:d1067d921e97
initial import of lxml middleware
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 24 Jan 2010 12:00:39 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example.ini Sun Jan 24 12:00:39 2010 -0500 @@ -0,0 +1,21 @@ +#!/usr/bin/env paster + +[DEFAULT] +debug = true +email_to = k0scist@gmail.com +smtp_server = localhost +error_email_from = paste@localhost + +[server:main] +use = egg:Paste#http +host = 0.0.0.0 +port = 5397 + +[composite:main] +use = egg:Paste#urlmap +/ = lxmlmiddleware + +set debug = false + +[app:lxmlmiddleware] +paste.app_factory = lxmlmiddleware.example:factory