view 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 source

#!/usr/bin/env paster serve

[DEFAULT]
debug = true
email_to = jhammel@mozilla.com
smtp_server = localhost
error_email_from = paste@localhost

[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 9119

[composite:main]
use = egg:Paste#urlmap
/ = TagInTheMiddle

set debug = false

[app:TagInTheMiddle]
paste.app_factory = taginthemiddle.example:factory
directory = %(here)s # for example
tags.engine = file://%(here)s/tags