view simpypi.ini @ 33:058182b7b309

note test-requires.txt in the readme
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 29 Feb 2012 20:32:26 -0800
parents 93e830409685
children
line wrap: on
line source

#!/usr/bin/env paster

[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 = 8123

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

set debug = false

[app:simpypi]
paste.app_factory = simpypi.factory:factory
simpypi.name = world