view simpypi.ini @ 58:cd88f80d1ab1

note about changing test fixtures
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 01 Mar 2012 15:37:32 -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