File: config

package info (click to toggle)
ditrack 0.8-1.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 516 kB
  • ctags: 645
  • sloc: python: 3,762; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# DITrack web interface configuration file
#

[paths]
database: /X/W/ditrack.org/issues/data/issues
templates: /u/vss/ditrack/src/trunk/webui/templates
svn: /usr/local/bin/svn

[appearance]
title = DITrack Issues: The Web Interface

[misc]
# If set, references to revisions in issue comments will be linked to ViewSVN
# at specified location.
viewsvn-url: http://viewsvn.ditrack.org/index.cgi

# Perform database update (sync with the repository) if it's older than this
# number of minutes at the time the CGI is invoked.
update-interval: 5