Mercurial > mozilla > hg > talosnames
view paste.ini @ 72:c4ba60b663fa default tip
make executable
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 07 Mar 2013 11:22:20 -0800 |
parents | 0f5c22c07146 |
children |
line wrap: on
line source
#!/usr/bin/env paster [DEFAULT] debug = true email_to = jhammel@mozmilla.com smtp_server = localhost error_email_from = talosnames@localhost [server:main] use = egg:Paste#http host = 0.0.0.0 port = 8080 [composite:main] use = egg:Paste#urlmap / = talosnames set debug = false [app:talosnames] paste.app_factory = talosnames.web:paste_factory