view webob_view/template/+package+.ini_tmpl @ 0:72cb6dc31e3f

initial commit of webob_view from https://svn.openplans.org/svn/standalone/templates/webob_view/trunk/
author k0s <k0scist@gmail.com>
date Tue, 27 Oct 2009 15:04:33 -0400
parents
children
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