Mercurial > hg > discussions
diff discusssions.ini @ 0:c904249afb04
initial commit of discussions
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 02 Jan 2010 13:36:23 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/discusssions.ini Sat Jan 02 13:36:23 2010 -0500 @@ -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 = 1800 + +[composite:main] +use = egg:Paste#urlmap +/ = discusssions + +set debug = false + +[app:discusssions] +paste.app_factory = discusssions.factory:factory +discusssions.name = discussions