Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/main/distrib/data/gitblit.properties
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,10 @@ realm.minPasswordLength = 5
# SINCE 0.5.0
web.siteName =

# The canonical url of your Gitblit server to bs used in email notifications.
# The canonical url of your Gitblit server to be used in email notifications.
# e.g. web.canonicalUrl = https://demo-gitblit.rhcloud.com
# Additionally, specify the web interface's port number (if it's not 80) in you're URL for proper links from RSS feeds and cloning.
# e.g. web.canonicalUrl = http://{HOSTNAME}:8080
#
# SINCE 1.4.0
web.canonicalUrl =
Expand Down