Mercurial > hg > wordstream
diff dissociate.ini @ 3:e21f53582267
adding final dissociation stuff
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 12 Feb 2010 01:37:38 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dissociate.ini Fri Feb 12 01:37:38 2010 -0500 @@ -0,0 +1,21 @@ +#!/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 = 5326 + +[composite:main] +use = egg:Paste#urlmap +/ = dissociate + +set debug = false + +[app:dissociate] +paste.app_factory = wordstream.factory:dissociate_factory