Mercurial > hg > CAPTCHAmiddleware
view example.ini @ 8:59245309f054 default tip
conform to modern version of lxmlmiddleware
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 26 Feb 2010 15:40:56 -0500 |
parents | 21ec6325ae0e |
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 = 54954 [composite:main] use = egg:Paste#urlmap / = captchamiddleware set debug = false [app:captchamiddleware] paste.app_factory = captchamiddleware.example:factory