summaryrefslogtreecommitdiff
path: root/www-apps/bitten/files/bitten.confd
blob: 49af469160701ee16c0f8cd0dc80d7b8f18164a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# The commented variables in this file are the defaults that are used
# in the init-script.  You don't need to uncomment them except to
# customize them to different values.

# Server running bitten
#BITTEN_SERVER="http://localhost/trac/builds"

# Temporary dir wher builds take place
#BITTEN_TMPDIR="/var/tmp/bitten"

# Log file
#BITTEN_LOG="/var/log/bitten.log"

# Additional options for bitten
#BITTEN_OPTS=""

# User and group as which to run bitten
#BITTEN_USER="bitten"
#BITTEN_GROUP="tracd"