Mercurial > hg > martINI
diff martiniweb.ini @ 0:3c3522ce6e3a
initial import of martINI from https://svn.openplans.org/svn/standalone/martINI/
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 08 Dec 2009 15:13:28 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/martiniweb.ini Tue Dec 08 15:13:28 2009 -0500 @@ -0,0 +1,23 @@ +#!/usr/bin/env paster + +[DEFAULT] +debug = true +email_to = +smtp_server = localhost +error_email_from = paste@localhost + +[server:main] +use = egg:Paste#http +host = 0.0.0.0 +port = 1025 + +[composite:main] +use = egg:Paste#urlmap +/ = martINI + +set debug = false + +[app:martINI] +paste.app_factory = martini.web:factory +martini.files = %(here)s/example/example.ini +martini.directories = %(here)s/example/conf \ No newline at end of file