| | |
| | | # 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)
|
| | |
| | | # RESTART REQUIRED
|
| | | server.useNio = true
|
| | |
|
| | | # Specify the maximum number of concurrent http/https worker threads to allow. |
| | | #
|
| | | # SINCE 1.3.0
|
| | | # RESTART REQUIRED
|
| | | server.threadPoolSize = 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.
|
| | | #
|