diff example.ini @ 0:29805d442afc

initial commit of contenttransformer; still in the stub stage
author k0s <k0scist@gmail.com>
date Mon, 11 Jan 2010 11:32:24 -0500
parents
children aa491070ccf3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example.ini	Mon Jan 11 11:32:24 2010 -0500
@@ -0,0 +1,22 @@
+#!/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
+/ = typetransformer
+
+set debug = false
+
+[app:typetransformer]
+paste.app_factory = typetransformer.factory:factory
+typetransformer.directory = %(here)s/example