annotate cherrypy.cfg @ 120:007d7f2aa184

Extend/Modify FileTestMixin.create_files: - Make it possible to specify the permissions of the files - Remove the file hierarchy if it already exists - Create the base directory and its parents if it doesn't exist
author Bernhard Herzog <bh@intevation.de>
date Wed, 21 May 2008 16:46:16 +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)