view makeitso.ini @ 16:1818cc524cde

change API making substitute return the substituted quantity
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 15 Nov 2010 18:28:10 -0800
parents bf1ce840d0f0
children 02498337c747
line wrap: on
line source

#!/usr/bin/env paster

[DEFAULT]
debug = true
email_to = 
smtp_server = localhost
error_email_from = paste@localhost

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

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

set debug = false

[app:MakeItSo/]
paste.app_factory = makeitso.factory:factory
MakeItSo/.name = world