Mercurial > hg > discussions
view discusssions.ini @ 1:79ba50af9443
add more notes
author | k0s <k0scist@gmail.com> |
---|---|
date | Mon, 04 Jan 2010 21:17:41 -0500 |
parents | c904249afb04 |
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