| | |
| | | # SINCE 0.5.0
|
| | | web.allowZipDownloads = true
|
| | |
|
| | | # If *web.allowZipDownloads=true* the following formats will be displayed for
|
| | | # download compressed archive links:
|
| | | #
|
| | | # zip = standard .zip
|
| | | # tar = standard tar format (preserves *nix permissions and symlinks)
|
| | | # gz = gz-compressed tar
|
| | | # xz = xz-compressed tar
|
| | | # bzip2 = bzip2-compressed tar
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 1.2.0
|
| | | web.compressedDownloads = zip gz
|
| | |
|
| | | # Allow optional Lucene integration. Lucene indexing is an opt-in feature.
|
| | | # A repository may specify branches to index with Lucene instead of using Git
|
| | | # commit traversal. There are scenarios where you may want to completely disable
|
| | |
| | | #
|
| | | # 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 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
|
| | | #
|
| | |
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 0.5.0
|
| | | web.prettyPrintExtensions = c cpp cs css frm htm html java js php pl prefs properties py rb sh sql xml vb
|
| | | web.prettyPrintExtensions = c cpp cs css frm groovy htm html java js php pl prefs properties py rb scala sh sql xml vb
|
| | |
|
| | | # Registered extensions for markdown transformation
|
| | | #
|
| | |
| | | #
|
| | | # SINCE 0.5.0
|
| | | # RESTART REQUIRED
|
| | | server.shutdownPort = 8081 |
| | | server.shutdownPort = 8081
|