view webcalc.ini @ 1:12ac99c240ca default tip

* add documentation * add 1..10 autostep feature * bump version
author Jeff Hammel <k0scist@gmail.com>
date Wed, 10 Mar 2010 17:48:11 -0500
parents 1eea6356d2e5
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 = 5151

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

set debug = false

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