Mercurial > hg > bitsyblog
diff multiuser.ini @ 0:e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 12 Sep 2009 16:06:57 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/multiuser.ini Sat Sep 12 16:06:57 2009 -0400 @@ -0,0 +1,22 @@ +[DEFAULT] +debug = true +email_to = jhammel@openplans.org +smtp_server = localhost +error_email_from = paste@localhost + +[server:main] +use = egg:Paste#http +host = 0.0.0.0 +port = 8001 + +[composite:main] +use = egg:Paste#urlmap +/ = bitsyblog + +set debug = false + +[app:bitsyblog] +paste.app_factory = bitsyblog.factory:factory +bitsyblog.file_dir = %(here)s/blog +bitsyblog.date_format = %H:%M %A, %B %-d, %Y +bitsyblog.help_file = %(here)s/README.txt \ No newline at end of file