diff flowerbed.ini @ 0:0613e2bb0ebe

initial creation of flowerbed
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 20 Dec 2010 09:24:48 -0800
parents
children 592271f54816
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/flowerbed.ini	Mon Dec 20 09:24:48 2010 -0800
@@ -0,0 +1,22 @@
+#!/usr/bin/env paster
+
+[DEFAULT]
+debug = true
+email_to = jhammel@mozilla.com
+smtp_server = localhost
+error_email_from = paste@localhost
+
+[server:main]
+use = egg:Paste#http
+host = 0.0.0.0
+port = 17676
+
+[composite:main]
+use = egg:Paste#urlmap
+/ = flowerbed
+
+set debug = false
+
+[app:flowerbed]
+paste.app_factory = flowerbed.factory:factory
+flowerbed.name = world
\ No newline at end of file