diff makeitso.ini @ 14:bf1ce840d0f0

make this a genshi view (should be: tempita view)
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 15 Nov 2010 08:05:55 -0800
parents
children 02498337c747
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makeitso.ini	Mon Nov 15 08:05:55 2010 -0800
@@ -0,0 +1,22 @@
+#!/usr/bin/env paster
+
+[DEFAULT]
+debug = true
+email_to = 
+smtp_server = localhost
+error_email_from = paste@localhost
+
+[server:main]
+use = egg:Paste#http
+host = 0.0.0.0
+port = 
+
+[composite:main]
+use = egg:Paste#urlmap
+/ = MakeItSo/
+
+set debug = false
+
+[app:MakeItSo/]
+paste.app_factory = makeitso.factory:factory
+MakeItSo/.name = world
\ No newline at end of file