Mercurial > hg > martINI
view martiniweb.ini @ 3:9e4da7517815
make a README file and include it in the setup.py
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 02 Mar 2010 20:18:15 -0500 |
parents | 3c3522ce6e3a |
children |
line wrap: on
line source
#!/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