File: config.py

package info (click to toggle)
serpento 0.4.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 360 kB
  • ctags: 391
  • sloc: python: 1,762; ansic: 669; perl: 157; sh: 122; makefile: 72
file content (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
port = 2628 # default port
timeout = 60 # timeout for connection, in seconds

# debugging level
# anything except 0 means print debug messages
debuglevel = 0

# name of logfile - leave blank for stderr
#logfile = ''
logfile = '/var/log/serpento.log'

# directory to put cache files into
cachedir = '/var/cache/serpento'