diff redirectall.ini @ 0:9e2187433034

initial code
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 08 May 2011 18:28:26 -0700
parents
children 3117c5556eca
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/redirectall.ini	Sun May 08 18:28:26 2011 -0700
@@ -0,0 +1,22 @@
+#!/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 = 8080
+
+[composite:main]
+use = egg:Paste#urlmap
+/ = redirectall
+
+set debug = false
+
+[app:redirectall]
+paste.app_factory = redirectall.factory:factory
+redirectall.base_url = http://brasstacks.mozilla.com/toolbox/
\ No newline at end of file