| | |
| | | # SINCE 0.8.0
|
| | | groovy.scriptsFolder = groovy
|
| | |
|
| | | # Specify the directory Grape uses for downloading libraries.
|
| | | # http://groovy.codehaus.org/Grape
|
| | | #
|
| | | # RESTART REQUIRED
|
| | | # SINCE 1.0.0
|
| | | groovy.grapeFolder = groovy/grape
|
| | |
|
| | | # Scripts to execute on Pre-Receive.
|
| | | #
|
| | | # These scripts execute after an incoming push has been parsed and validated
|
| | |
| | | # SINCE 0.7.0
|
| | | web.enableRpcAdministration = false
|
| | |
|
| | | # Full path to a configurable robots.txt file. With this file you can control
|
| | | # what parts of your Gitblit server respectable robots are allowed to traverse.
|
| | | # http://googlewebmastercentral.blogspot.com/2008/06/improving-on-robots-exclusion-protocol.html
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | web.robots.txt = |
| | |
|
| | | # 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
|