view genshi_view/template/+package+.ini_tmpl @ 0:b65da5423cc9

initial import from https://svn.openplans.org/svn/standalone/templates/genshi_view/trunk/
author k0s <k0scist@gmail.com>
date Tue, 27 Oct 2009 15:11:43 -0400
parents
children 224486ff2d7f
line wrap: on
line source

#!/usr/bin/env paster

[DEFAULT]
debug = true
email_to = ${author_email|empty}
smtp_server = localhost
error_email_from = paste@localhost

[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = ${port|empty}

[composite:main]
use = egg:Paste#urlmap
/ = ${project}

set debug = false

[app:${project}]
paste.app_factory = ${package}.factory:factory