view simpypi.ini @ 82:f974c6d79804 default tip

lost and found
author Jeff Hammel <k0scist@gmail.com>
date Tue, 19 May 2015 21:02:59 -0700
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