diff 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
line wrap: on
line diff
--- a/taginthemiddle.ini	Mon May 24 07:48:48 2010 -0700
+++ b/taginthemiddle.ini	Tue May 25 07:48:53 2010 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/env paster
+#!/usr/bin/env paster serve
 
 [DEFAULT]
 debug = true
@@ -19,5 +19,5 @@
 
 [app:TagInTheMiddle]
 paste.app_factory = taginthemiddle.example:factory
-directory = %(here)s
-TagInTheMiddle.tags_file = %(here)s/tags
\ No newline at end of file
+directory = %(here)s # for example
+tags.engine = file://%(here)s/tags