source: code/Website/python-ofc-library/cherrypy.conf

Last change on this file was 7849, checked in by dennisw, 15 years ago
File size: 748 bytes
Line 
1# This program is free software; you can redistribute it and/or modify
2# it under the terms of the GNU General Public License as published by
3# the Free Software Foundation; version 2 of the License.
4#
5# This program is distributed in the hope that it will be useful,
6# but WITHOUT ANY WARRANTY; without even the implied warranty of
7# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8# GNU General Public License for more details.
9#
10# Author: Emanuel Fonseca
11# Email: emdfonseca<at>gmail<dot>com
12# Date: 25 August 2008
13
14[global]
15server.socket_port = 8000
16server.thread_pool = 10
17tools.sessions.on = True
18tools.staticdir.root = "/home/edfonseca/Projects/pyofc2"
19
20[/static]
21tools.staticdir.on = True
22tools.staticdir.dir = "static"
23
Note: See TracBrowser for help on using the repository browser.