Mercurial > hg > montage
view montage.ini @ 35:1236913eaa97
STUB: montage/templates/sequence.html
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 30 Mar 2014 14:22:20 -0700 |
parents | b7348ffe5b46 |
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 / = decoupage set debug = false [app:decoupage] paste.app_factory = decoupage.factory:factory decoupage.directory = %(here)s/example