summaryrefslogtreecommitdiffstats
path: root/distrib/gitblit.properties
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/gitblit.properties')
-rw-r--r--distrib/gitblit.properties23
1 files changed, 22 insertions, 1 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 233fdfad..ce269d2c 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -504,6 +504,12 @@ web.compressedDownloads = zip gz
# SINCE 0.9.0
web.allowLuceneIndexing = true
+# Allows an authenticated user to create forks of a repository
+#
+# set this to false if you want to disable all fork controls on the web site
+#
+web.allowForking = true
+
# Controls the length of shortened commit hash ids
#
# SINCE 1.2.0
@@ -516,6 +522,14 @@ web.shortCommitIdLength = 6
# SINCE 0.8.0
web.allowFlashCopyToClipboard = true
+# Default maximum number of commits that a repository may contribute to the
+# activity page, regardless of the selected duration. This setting may be valuable
+# for an extremely busy server. This value may also be configed per-repository
+# in Edit Repository. 0 disables this throttle.
+#
+# SINCE 1.2.0
+web.maxActivityCommits = 0
+
# Default number of entries to include in RSS Syndication links
#
# SINCE 0.5.0
@@ -1141,6 +1155,13 @@ server.httpsBindInterface = localhost
# RESTART REQUIRED
server.ajpBindInterface = localhost
+# Alias of certificate to use for https/SSL serving. If blank the first
+# certificate found in the keystore will be used.
+#
+# SINCE 1.2.0
+# RESTART REQUIRED
+server.certificateAlias = localhost
+
# Password for SSL keystore.
# Keystore password and certificate password must match.
# This is provided for convenience, its probably more secure to set this value
@@ -1179,4 +1200,4 @@ server.requireClientCertificates = false
#
# SINCE 0.5.0
# RESTART REQUIRED
-server.shutdownPort = 8081 \ No newline at end of file
+server.shutdownPort = 8081