summaryrefslogtreecommitdiff
path: root/devel/p4web/files/perforce.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p4web/files/perforce.conf.in')
-rw-r--r--devel/p4web/files/perforce.conf.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p4web/files/perforce.conf.in b/devel/p4web/files/perforce.conf.in
index 5db4fded51a2..803c56f86d17 100644
--- a/devel/p4web/files/perforce.conf.in
+++ b/devel/p4web/files/perforce.conf.in
@@ -58,3 +58,18 @@ PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r $PERFO
# 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