Mercurial > hg > TagInTheMiddle
comparison taginthemiddle.ini @ 19:57ca873ed9bf default tip
make this a pluggable system and start reorging infrastructure for that
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 25 May 2010 07:48:53 -0700 |
parents | 52208e38e5b3 |
children |
comparison
equal
deleted
inserted
replaced
18:3bf478cb3166 | 19:57ca873ed9bf |
---|---|
1 #!/usr/bin/env paster | 1 #!/usr/bin/env paster serve |
2 | 2 |
3 [DEFAULT] | 3 [DEFAULT] |
4 debug = true | 4 debug = true |
5 email_to = jhammel@mozilla.com | 5 email_to = jhammel@mozilla.com |
6 smtp_server = localhost | 6 smtp_server = localhost |
17 | 17 |
18 set debug = false | 18 set debug = false |
19 | 19 |
20 [app:TagInTheMiddle] | 20 [app:TagInTheMiddle] |
21 paste.app_factory = taginthemiddle.example:factory | 21 paste.app_factory = taginthemiddle.example:factory |
22 directory = %(here)s | 22 directory = %(here)s # for example |
23 TagInTheMiddle.tags_file = %(here)s/tags | 23 tags.engine = file://%(here)s/tags |