Mercurial > hg > CAPTCHAmiddleware
diff example.ini @ 0:21ec6325ae0e
initial import of CAPTCHA middleware; unfinished
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 24 Jan 2010 23:15:57 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example.ini Sun Jan 24 23:15:57 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 = 54954 + +[composite:main] +use = egg:Paste#urlmap +/ = captchamiddleware + +set debug = false + +[app:captchamiddleware] +paste.app_factory = captchamiddleware.example:factory