Mercurial > hg > contenttransformer
view example.ini @ 1:aa491070ccf3
now works, just doesnt do anything, i dont think
author | k0s <k0scist@gmail.com> |
---|---|
date | Wed, 13 Jan 2010 23:58:13 -0500 |
parents | 29805d442afc |
children | 1e2c475015d8 |
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 = 6666 [composite:main] use = egg:Paste#urlmap / = contenttransformer set debug = false [app:contenttransformer] paste.app_factory = contenttransformer.factory:factory transformer.directory = %(here)s/example