diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genshi_view/template/+package+.ini_tmpl	Tue Oct 27 15:11:43 2009 -0400
@@ -0,0 +1,21 @@
+#!/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