Mercurial > mozilla > hg > talosnames
diff paste.ini @ 66:0f5c22c07146
add interface for paste since wsgiref falls over in production
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 20 Aug 2012 09:49:18 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paste.ini Mon Aug 20 09:49:18 2012 -0700 @@ -0,0 +1,21 @@ +#!/usr/bin/env paster + +[DEFAULT] +debug = true +email_to = jhammel@mozmilla.com +smtp_server = localhost +error_email_from = talosnames@localhost + +[server:main] +use = egg:Paste#http +host = 0.0.0.0 +port = 8080 + +[composite:main] +use = egg:Paste#urlmap +/ = talosnames + +set debug = false + +[app:talosnames] +paste.app_factory = talosnames.web:paste_factory