summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data/gitblit.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-05-03 19:27:25 -0400
committerJames Moger <james.moger@gitblit.com>2013-05-03 19:27:25 -0400
commit8c92559a483cf0b01b33d926421ec17605b5ff75 (patch)
tree209fd220f26f2420c8b15363a23d8d78e3f3ff7a /src/main/distrib/data/gitblit.properties
parentb58492239c4c3acc3b4434625d08827450fde078 (diff)
downloadgitblit-8c92559a483cf0b01b33d926421ec17605b5ff75.tar.gz
gitblit-8c92559a483cf0b01b33d926421ec17605b5ff75.zip
Partially merged url panel with optional support for app clone urls
Diffstat (limited to 'src/main/distrib/data/gitblit.properties')
-rw-r--r--src/main/distrib/data/gitblit.properties19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties
index 43185f57..bfdc3e8b 100644
--- a/src/main/distrib/data/gitblit.properties
+++ b/src/main/distrib/data/gitblit.properties
@@ -766,6 +766,11 @@ web.forwardSlashCharacter = /
# SINCE 0.5.0
web.otherUrls =
+# Should app-specific clone links be displayed for SourceTree, SparkleShare, etc?
+#
+# SINCE 1.3.0
+web.allowAppCloneLinks = true
+
# Choose how to present the repositories list.
# grouped = group nested/subfolder repositories together (no sorting)
# flat = flat list of repositories (sorting allowed)
@@ -1250,13 +1255,13 @@ server.tempFolder = ${baseFolder}/temp
# RESTART REQUIRED
server.useNio = true
-# If using Jetty NIO connectors, specify the maximum number of concurrent
-# http/https worker threads to allow.
-#
-# SINCE 1.3.0
-# RESTART REQUIRED
-server.nioThreadPoolSize = 50
-
+# If using Jetty NIO connectors, specify the maximum number of concurrent
+# http/https worker threads to allow.
+#
+# SINCE 1.3.0
+# RESTART REQUIRED
+server.nioThreadPoolSize = 50
+
# Context path for the GO application. You might want to change the context
# path if running Gitblit behind a proxy layer such as mod_proxy.
#