| 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]
|
|---|
| 15 | server.socket_port = 8000
|
|---|
| 16 | server.thread_pool = 10
|
|---|
| 17 | tools.sessions.on = True
|
|---|
| 18 | tools.staticdir.root = "/home/edfonseca/Projects/pyofc2"
|
|---|
| 19 |
|
|---|
| 20 | [/static]
|
|---|
| 21 | tools.staticdir.on = True
|
|---|
| 22 | tools.staticdir.dir = "static"
|
|---|
| 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.