Mercurial > hg > bitsyblog
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e3823be6a423 |
---|---|
1 [DEFAULT] | |
2 debug = true | |
3 email_to = jhammel@openplans.org | |
4 smtp_server = localhost | |
5 error_email_from = paste@localhost | |
6 | |
7 [server:main] | |
8 use = egg:Paste#http | |
9 host = 0.0.0.0 | |
10 port = 8001 | |
11 | |
12 [composite:main] | |
13 use = egg:Paste#urlmap | |
14 / = bitsyblog | |
15 | |
16 set debug = false | |
17 | |
18 [app:bitsyblog] | |
19 paste.app_factory = bitsyblog.factory:factory | |
20 bitsyblog.file_dir = %(here)s/blog | |
21 bitsyblog.date_format = %H:%M %A, %B %-d, %Y | |
22 bitsyblog.help_file = %(here)s/README.txt |