# HG changeset patch # User Bernhard Herzog # Date 1173811102 -3600 # Node ID 7510173b68be74613401d9f9073c910ac3d18d1c # Parent 687fc0b9f97eaccaeea8672658ef4c9e12cea58f add cherrypy.cfg diff -r 687fc0b9f97e -r 7510173b68be cherrypy.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cherrypy.cfg Tue Mar 13 19:38:22 2007 +0100 @@ -0,0 +1,4 @@ +[global] +server.socketPort = 9090 +server.threadPool = 10 +server.environment = "production"