summaryrefslogtreecommitdiff
path: root/devel/p4d/files/perforce.conf.in
blob: 803c56f86d17739e1a44201db40e518034bcc180 (plain) (blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#
# Perforce FreeBSD configuration file
#
#
# $FreeBSD$

#
# Perforce ROOT
#
PERFORCE_ROOT="@PERFORCE_ROOT@"

#
# Perforce user (it is recommended to run p4d as a non-root user)
#
PERFORCE_USER="@PERFORCE_USER@"

#
# p4d/p4p port (default: 1666)
#
PERFORCE_PORT="@PERFORCE_PORT@"

#
# p4p cache directory
#
PERFORCE_PROXY_CACHE="@PERFORCE_CACHE@"

#
# p4p target server (default: perforce:1666)
#
PERFORCE_PROXY_TARGET="@PERFORCE_TARGET@"

#
# p4d options (see man p4d)
#
PERFORCE_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4d.log"

#
# Uncomment this line to have the server started automatically
#
#PERFORCE_START=yes

#
# p4ftpd options (see p4ftpd -h)
#
PERFORCE_FTPD_OPTIONS="-d -p $PERFORCE_PORT -v server=1 -L @PERFORCE_LOGS@/p4ftpd.log"

#
# Uncomment this line to have the server started automatically
#
#PERFORCE_FTPD_START=yes

#
# p4p options (see p4p -h)
#
PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFORCE_PROXY_CACHE -v server=1 -L @PERFORCE_LOGS@/p4p.log"

#
# Uncomment this line to have the proxy server started automatically
#
#PERFORCE_PROXY_START=yes

#
# p4web port
#
PERFORCE_WEB_PORT="6060"

#
# p4web options (see p4web -h)
#
PERFORCE_WEB_OPTIONS="-B -w $PERFORCE_WEB_PORT -p $PERFORCE_PORT -v server=1"

#
# Uncomment this line to have the web server started automatically
#
#PERFORCE_WEB_START=yes