Mercurial > hg > montage
diff montage.ini @ 0:b7348ffe5b46
initial import of montage
author | k0s <k0scist@gmail.com> |
---|---|
date | Mon, 07 Sep 2009 15:38:38 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/montage.ini Mon Sep 07 15:38:38 2009 -0400 @@ -0,0 +1,22 @@ +#!/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 +/ = decoupage + +set debug = false + +[app:decoupage] +paste.app_factory = decoupage.factory:factory +decoupage.directory = %(here)s/example \ No newline at end of file