Mercurial > hg > bitsyblog
view multiuser.ini @ 72:c9bab68d00ac
* add handlers argument class default
* pass full url to handler
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 08 Jul 2010 10:48:13 -0700 |
parents | e3823be6a423 |
children |
line wrap: on
line source
[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