File: roundup-server.ini

package info (click to toggle)
roundup 1.2.1-10%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,764 kB
  • ctags: 3,756
  • sloc: python: 30,296; sh: 1,497; perl: 23; makefile: 22
file content (20 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Server configuration file, see
# /usr/share/doc/roundup/admin_guide.txt.gz for details

[main]

port = 8088
host = localhost

user = roundup

# Please don't disable the pid file:
pidfile = /var/run/roundup/server.pid
logfile = /var/log/roundup/roundup.log

[trackers]

# examples, install your own here, or otherwise roundup will not start:
# tracker1 = /var/lib/roundup/trackers/notracker1
# tracker2 = /var/lib/roundup/trackers/notracker2