| | |
| | | # SINCE 1.5.0 |
| | | plugins.registry = http://plugins.gitblit.com/plugins.json |
| | | |
| | | # The HTTP proxy host for plugin manager. |
| | | # |
| | | # SINCE 1.7.0 |
| | | plugins.httpProxyHost = |
| | | |
| | | # The HTTP proxy port for plugin manager. |
| | | # |
| | | # SINCE 1.7.0 |
| | | plugins.httpProxyPort = |
| | | |
| | | # The HTTP proxy authorization header for plugin manager. |
| | | # |
| | | # SINCE 1.7.0 |
| | | plugins.httpProxyAuthorization = |
| | | |
| | | # Number of threads used to handle miscellaneous tasks in the background. |
| | | # |
| | | # SINCE 1.6.0 |
| | |
| | | web.showSearchTypeSelection = false |
| | | |
| | | # Controls display of activity graphs on the dashboard, activity, and summary |
| | | # pages. Charting makes use of the external Google Charts API. |
| | | # pages. Charts are generated using Flotr2; an open source HTML5 library. |
| | | # |
| | | # SINCE 0.5.0 |
| | | web.generateActivityGraph = true |