| | |
| | | # SINCE 0.7.0
|
| | | web.enableRpcAdministration = false
|
| | |
|
| | | # If true, the web ui layout will respond and adapt to the browser's dimensions.
|
| | | # if false, the web ui will use a 940px fixed-width layout.
|
| | | # http://twitter.github.com/bootstrap/scaffolding.html#responsive
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | web.useResponsiveLayout = true
|
| | |
|
| | | # Allow Gravatar images to be displayed in Gitblit pages.
|
| | | #
|
| | | # SINCE 0.8.0
|
| | |
| | | #
|
| | | # SINCE 0.5.0
|
| | | web.repositoriesMessage = gitblit
|
| | |
|
| | | # Ordered list of charsets/encodings to use when trying to display a blob.
|
| | | # If empty, UTF-8 and ISO-8859-1 are used. The server's default charset
|
| | | # is always appended to the encoding list. If all encodings fail to cleanly
|
| | | # decode the blob content, UTF-8 will be used with the standard malformed
|
| | | # input/unmappable character replacement strings.
|
| | | # |
| | | # SPACE-DELIMITED
|
| | | # SINCE 1.0.0
|
| | | web.blobEncodings = UTF-8 ISO-8859-1
|
| | |
|
| | | # Manually set the default timezone to be used by Gitblit for display in the
|
| | | # web ui. This value is independent of the JVM timezone. Specifying a blank
|
| | |
| | | # e.g.
|
| | | # web.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0}
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 0.5.0
|
| | | web.otherUrls =
|
| | |
|