annotate cherrypy.cfg @ 111:7f6fb8103db0

Move the sed-like replacement code from enterprise/kdepim.py to treepkg/util.py This creates a new function treepkg.util.replace_in_file with some tests in test/test_util.py and new test support code in test/filesupport.py. Also, adapt enterprise/kdepim.py to use the new function.
author Bernhard Herzog <bh@intevation.de>
date Wed, 19 Mar 2008 19:50:32 +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)