summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data/defaults.properties
diff options
context:
space:
mode:
authorJoel Johnson <joel.johnson@issinc.com>2015-06-12 17:46:31 -0600
committerJoel Johnson <joel.johnson@issinc.com>2015-06-12 17:46:31 -0600
commitc20191fc0931a19bec0df1ab2b56f287e5d8b7c7 (patch)
tree1e2a532d393b3d22b9828989fe2f7fe92ff281d1 /src/main/distrib/data/defaults.properties
parentf3b7e29b210bba61c64ba9aee07cf2eef20ea5f4 (diff)
downloadgitblit-c20191fc0931a19bec0df1ab2b56f287e5d8b7c7.tar.gz
gitblit-c20191fc0931a19bec0df1ab2b56f287e5d8b7c7.zip
allow configuring of internal URLs offered
Diffstat (limited to 'src/main/distrib/data/defaults.properties')
-rw-r--r--src/main/distrib/data/defaults.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties
index c1750689..ae519a10 100644
--- a/src/main/distrib/data/defaults.properties
+++ b/src/main/distrib/data/defaults.properties
@@ -1168,6 +1168,24 @@ web.forwardSlashCharacter = /
# SINCE 0.5.0
web.otherUrls =
+# Should HTTP/HTTPS URLs be displayed if the git servlet is enabled?
+# default: true
+#
+# SINCE 1.7.0
+web.showHttpServletUrls = true
+
+# Should git URLs be displayed if the git daemon is enabled?
+# default: true
+#
+# SINCE 1.7.0
+web.showGitDaemonUrls = true
+
+# Should SSH URLs be displayed if the SSH daemon is enabled?
+# default: true
+#
+# SINCE 1.7.0
+web.showSshDaemonUrls = true
+
# Should app-specific clone links be displayed for SourceTree, SparkleShare, etc?
#
# SINCE 1.3.0