diff options
author | James Moger <james.moger@gitblit.com> | 2013-11-29 20:06:09 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-12-30 16:53:58 -0500 |
commit | 14cbbeaf61ce67c1ef5a6445515f3134dd5690ce (patch) | |
tree | c90f1e0bec0d65a4e54725b21caff52de5bc8a39 /src/main/distrib/data | |
parent | afaab55bf4f309382b55793db44033233dcfb64d (diff) | |
download | gitblit-14cbbeaf61ce67c1ef5a6445515f3134dd5690ce.tar.gz gitblit-14cbbeaf61ce67c1ef5a6445515f3134dd5690ce.zip |
New canonical base url setting for repository urls and notifications
Change-Id: I86a1eb61c2351d1cf3f6b3becf00f2a36d5c8ed6
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index edfa1c4c..482a8353 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -612,6 +612,12 @@ realm.minPasswordLength = 5 # SINCE 0.5.0
web.siteName =
+# The canonical url of your Gitblit server to bs used in email notifications.
+# e.g. web.canonicalUrl = https://demo-gitblit.rhcloud.com
+#
+# SINCE 1.4.0
+web.canonicalUrl =
+
# You may specify a different logo image for the header but it must be 120x45px.
# If the specified file does not exist, the default Gitblit logo will be used.
#
|