| | |
| | | # RESTART REQUIRED
|
| | | server.storePassword = gitblit
|
| | |
|
| | | # If serving over https (recommended) you might consider requiring clients to
|
| | | # authenticate with ssl certificates. If enabled, only https clients with the
|
| | | # a valid client certificate will be able to access Gitblit.
|
| | | #
|
| | | # If disabled, client certificate authentication is optional and will be tried
|
| | | # first before falling-back to form authentication or basic authentication.
|
| | | #
|
| | | # Requiring client certificates to access any of Gitblit may be too extreme,
|
| | | # consider this carefully.
|
| | | #
|
| | | # SINCE 1.2.0
|
| | | # RESTART REQUIRED
|
| | | server.requireClientCertificates = false
|
| | |
|
| | | # Port for shutdown monitor to listen on.
|
| | | #
|
| | | # SINCE 0.5.0
|