| | |
| | | # RESTART REQUIRED
|
| | | server.useNio = true
|
| | |
|
| | | # Context path for the application.
|
| | | # 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.
|
| | | #
|
| | | # SINCE 0.7.0
|
| | | # RESTART REQUIRED
|
| | |
| | | - added: IUserService.setup(IStoredSettings) for custom user service implementations
|
| | | - added: setting to control Gitblit GO context path for proxy setups
|
| | | **New:** *server.contextPath = /*
|
| | | - updated: MarkdownPapers 1.2.3
|
| | |
|
| | | issues, binaries, and sources @ [Google Code][googlecode]<br/>
|
| | | sources @ [Github][gitbltsrc]
|
| | |
| | | * Setup the user service.
|
| | | *
|
| | | * @param settings
|
| | | * @since 0.6.1
|
| | | * @since 0.7.0
|
| | | */
|
| | | @Override
|
| | | public void setup(IStoredSettings settings) {
|
| | |
| | | * relying on the GitBlit static singleton.
|
| | | *
|
| | | * @param settings
|
| | | * @since 0.6.1
|
| | | * @since 0.7.0
|
| | | */
|
| | | void setup(IStoredSettings settings);
|
| | |
|