Mercurial > hg > flowerbed
diff README.txt @ 2:1f5233951a43
move some documentation around
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 23 Dec 2010 14:09:48 -0800 |
parents | 0613e2bb0ebe |
children | 6f78e34b2e18 |
line wrap: on
line diff
--- a/README.txt Mon Dec 20 09:32:35 2010 -0800 +++ b/README.txt Thu Dec 23 14:09:48 2010 -0800 @@ -5,4 +5,25 @@ -- -http://k0s.org/ \ No newline at end of file +http://k0s.org/#!/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