annotate examples/cherrypy/config.txt @ 592:1da8de3e5e51 trunk

Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
author cmlenz
date Mon, 13 Aug 2007 12:40:56 +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