Mercurial > hg > MakeItSo
view makeitso.ini @ 41:9956e13558dd
stub out what API templates will look like; put these in a separate file as theres no reason to clutter up the command line entry point any further
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 03 Jan 2011 14:18:59 -0800 |
parents | 02498337c747 |
children |
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 = 43150 [composite:main] use = egg:Paste#urlmap / = MakeItSo/ set debug = false [app:MakeItSo/] paste.app_factory = makeitso.factory:factory MakeItSo/.name = world