view example.ini @ 3:ca1f58f5bad4

pass a webob request and response to the manipulate method, API change, bumping version
author k0s <k0scist@gmail.com>
date Tue, 26 Jan 2010 22:57:00 -0500
parents d1067d921e97
children
line wrap: on
line source

#!/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