Mercurial > hg > wordstream
diff wordstream.ini @ 0:8af3412e907a
initial import of wordstream
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 01 Jan 2010 19:35:32 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wordstream.ini Fri Jan 01 19:35:32 2010 -0500 @@ -0,0 +1,22 @@ +#!/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 +/ = wordstream + +set debug = false + +[app:wordstream] +paste.app_factory = wordstream.factory:factory +wordstream.seed = /home/jhammel/docs/stories/ghost_in_the_machine.txt \ No newline at end of file