Mercurial > hg > TagInTheMiddle
view taginthemiddle.ini @ 3:c2bb8f873aee
make a useful(?) example factory
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 05 May 2010 22:05:16 -0700 |
parents | 1c5cbbde4299 |
children | 61dd789330f7 |
line wrap: on
line source
#!/usr/bin/env paster [DEFAULT] debug = true email_to = jhammel@mozilla.com smtp_server = localhost error_email_from = paste@localhost [server:main] use = egg:Paste#http host = 0.0.0.0 port = 9119 [composite:main] use = egg:Paste#urlmap / = TagInTheMiddle set debug = false [app:TagInTheMiddle] paste.app_factory = taginthemiddle.factory:factory TagInTheMiddle.name = world