view theslasher.ini @ 0:3812c1493dde default tip

add the slasher...be afraid, be very afraid
author k0s <k0scist@gmail.com>
date Mon, 11 Jan 2010 17:50:36 -0500
parents
children
line wrap: on
line source

#!/usr/bin/env paster

[DEFAULT]
debug = true
email_to = k0scist@gmail.com
smtp_server = localhost
error_email_from = paste@localhost

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

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

set debug = false

[app:theslasher]
paste.app_factory = theslasher.factory:factory