File: CherryPyServer.cfg

package info (click to toggle)
cherrypy 0.10-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,324 kB
  • ctags: 1,759
  • sloc: python: 14,411; sh: 6,915; perl: 2,472; makefile: 76
file content (36 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[server]
threadPool=3

[session]
storageType=ram

[staticContent]
static=static
favicon.ico=static/favicon.ico

[restrictedArea]
login=login
password=password

[mail]
mailServer=youMailServerHere
recipient=yourEmailAddressHere
smtpServer=smtp.python-hosting.com

[prestationDatabase]
file=prestationDatabase

[keyWordMap]
file=keyWordMap

[database]
host=localhost
user=test
password=
name=test

[forum]
sendNotice=0
sendAdminNotice=0
dbFile=Forum.fs