| | |
| | | # 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 |
| | |
| | | # |
| | | # SPACE-DELIMITED |
| | | # SINCE 0.5.0 |
| | | web.prettyPrintExtensions = aea agc basic c cbm cl clj cpp cs css dart el erl erlang frm fs go groovy h hpp hs htm html java js latex lisp ll llvm lsp lua ml moxie mumps n nemerle pascal php pl pm prefs properties proto py r R rb rd Rd rkt s S scala scm sh Splus sql ss tcl tex vb vbs vhd vhdl wiki xml xq xquery yaml yml ymlapollo |
| | | web.prettyPrintExtensions = aea agc basic bat c cbm cl clj cmd cpp cs css dart el erl erlang frm fs go groovy h hpp hs htm html java js latex lisp ll llvm lsp lua ml moxie mumps n nemerle pascal php pl pm prefs properties proto py r R rb rd Rd rkt s S scala scm sh Splus sql ss tcl tex vb vbs vhd vhdl wiki xml xq xquery yaml yml ymlapollo |
| | | |
| | | # Registered extensions for markdown transformation |
| | | # |
| | |
| | | # |
| | | # SPACE-DELIMITED |
| | | # SINCE 0.5.0 |
| | | web.imageExtensions = bmp jpg jpeg gif png ico |
| | | web.imageExtensions = bmp ico gif jpg jpeg png svg |
| | | |
| | | # Registered extensions for binary blobs |
| | | # |
| | |
| | | # RESTART REQUIRED |
| | | web.debugMode = false |
| | | |
| | | # Allows to hide the user logon form or dropdown menu from the top pane |
| | | # if it's not needed. |
| | | # |
| | | # SINCE 1.7.0 |
| | | web.displayUserPanel = true |
| | | |
| | | # Force a default locale for all users, ignoring the browser's settings. |
| | | # An empty value allows Gitblit to use the translation preferred by the browser. |
| | | # |