Mercurial > hg > flowerbed
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1:9ec0eca2a10e | 2:1f5233951a43 |
|---|---|
| 3 | 3 |
| 4 website creator and WSGI lab | 4 website creator and WSGI lab |
| 5 | 5 |
| 6 -- | 6 -- |
| 7 | 7 |
| 8 http://k0s.org/ | 8 http://k0s.org/#!/usr/bin/env paster |
| 9 | |
| 10 [DEFAULT] | |
| 11 debug = true | |
| 12 email_to = jhammel@mozilla.com | |
| 13 smtp_server = localhost | |
| 14 error_email_from = paste@localhost | |
| 15 | |
| 16 [server:main] | |
| 17 use = egg:Paste#http | |
| 18 host = 0.0.0.0 | |
| 19 port = 17676 | |
| 20 | |
| 21 [composite:main] | |
| 22 use = egg:Paste#urlmap | |
| 23 / = flowerbed | |
| 24 | |
| 25 set debug = false | |
| 26 | |
| 27 [app:flowerbed] | |
| 28 paste.app_factory = flowerbed.factory:factory | |
| 29 flowerbed.name = world |
