# HG changeset patch # User Jeff Hammel # Date 1273122816 25200 # Node ID 52208e38e5b31d35742f3e456c3f6a78e0630c0b # Parent 8fb20b78034147771ad5e59f60146b7cc21d8b18 add a tags_file location to the example .ini file diff -r 8fb20b780341 -r 52208e38e5b3 taginthemiddle.ini --- a/taginthemiddle.ini Wed May 05 22:12:25 2010 -0700 +++ b/taginthemiddle.ini Wed May 05 22:13:36 2010 -0700 @@ -20,3 +20,4 @@ [app:TagInTheMiddle] paste.app_factory = taginthemiddle.example:factory directory = %(here)s +TagInTheMiddle.tags_file = %(here)s/tags \ No newline at end of file