annotate examples/cherrypy/config.txt @ 311:8de1ff534d22 trunk

* The `HTMLParser` class and the `HTML` function now accept an `encoding` parameter to properly deal with bytestring input (defaults to UTF-8). * The `TemplateLoader` class can now also be initialized from a string for the search path, for cases where the search path contains only a single directory.
author cmlenz
date Sun, 22 Oct 2006 14:57:40 +0000
parents 8a13cbab435e
children
rev   line source
266
8a13cbab435e Added an example CherryPy application.
cmlenz
parents:
diff changeset
1 [global]
8a13cbab435e Added an example CherryPy application.
cmlenz
parents:
diff changeset
2 server.socket_port = 8000
8a13cbab435e Added an example CherryPy application.
cmlenz
parents:
diff changeset
3 server.thread_pool = 10
Copyright (C) 2012-2017 Edgewall Software