Mercurial > hg > discussions
view discusssions.ini @ 0:c904249afb04
initial commit of discussions
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 02 Jan 2010 13:36:23 -0500 |
parents | |
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 = 1800 [composite:main] use = egg:Paste#urlmap / = discusssions set debug = false [app:discusssions] paste.app_factory = discusssions.factory:factory discusssions.name = discussions