Mercurial > hg > MakeItSo
comparison makeitso.ini @ 18:02498337c747
* add a port
* remove cruft
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 16 Nov 2010 19:44:15 -0800 |
parents | bf1ce840d0f0 |
children |
comparison
equal
deleted
inserted
replaced
17:941c1f73c2b6 | 18:02498337c747 |
---|---|
7 error_email_from = paste@localhost | 7 error_email_from = paste@localhost |
8 | 8 |
9 [server:main] | 9 [server:main] |
10 use = egg:Paste#http | 10 use = egg:Paste#http |
11 host = 0.0.0.0 | 11 host = 0.0.0.0 |
12 port = | 12 port = 43150 |
13 | 13 |
14 [composite:main] | 14 [composite:main] |
15 use = egg:Paste#urlmap | 15 use = egg:Paste#urlmap |
16 / = MakeItSo/ | 16 / = MakeItSo/ |
17 | 17 |