annotate cherrypy.cfg @ 372:ef87d30468b6

Added the option to expose additional log files from the log directory. To enable this one can either set a build_logs value in the staticweb.cfg or call createstaticweb with the parameter --show-logs. Default behavior is to only publish the build log, although the title is now capitalized.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 21 Jun 2010 08:23:30 +0000
parents 7510173b68be
children
rev   line source
23
7510173b68be add cherrypy.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
1 [global]
7510173b68be add cherrypy.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
2 server.socketPort = 9090
7510173b68be add cherrypy.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
3 server.threadPool = 10
7510173b68be add cherrypy.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
4 server.environment = "production"
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)