Mercurial > hg > MakeItSo
comparison makeitso.ini @ 14:bf1ce840d0f0
make this a genshi view (should be: tempita view)
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 15 Nov 2010 08:05:55 -0800 |
parents | |
children | 02498337c747 |
comparison
equal
deleted
inserted
replaced
13:99588f138993 | 14:bf1ce840d0f0 |
---|---|
1 #!/usr/bin/env paster | |
2 | |
3 [DEFAULT] | |
4 debug = true | |
5 email_to = | |
6 smtp_server = localhost | |
7 error_email_from = paste@localhost | |
8 | |
9 [server:main] | |
10 use = egg:Paste#http | |
11 host = 0.0.0.0 | |
12 port = | |
13 | |
14 [composite:main] | |
15 use = egg:Paste#urlmap | |
16 / = MakeItSo/ | |
17 | |
18 set debug = false | |
19 | |
20 [app:MakeItSo/] | |
21 paste.app_factory = makeitso.factory:factory | |
22 MakeItSo/.name = world |