| | |
| | |
|
| | | # The number of commits to display on the summary page
|
| | | # Value must exceed 0 else default of 20 is used
|
| | | web.summaryCommitCount = 20
|
| | | web.summaryCommitCount = 16
|
| | |
|
| | | # The number of tags/heads to display on the summary page
|
| | | # Value must exceed 0 else default of 5 is used
|
| | |
| | |
|
| | | # Specify the interface for Jetty to bind the standard connector.
|
| | | # You may specify an ip or an empty value to bind to all interfaces.
|
| | | server.httpBindInterface = |
| | | server.httpBindInterface = localhost
|
| | |
|
| | | # Specify the interface for Jetty to bind the secure connector.
|
| | | # You may specify an ip or an empty value to bind to all interfaces.
|
| | | server.httpsBindInterface = |
| | | server.httpsBindInterface = localhost
|
| | |
|
| | | # Password for SSL keystore (keystore password and certificate password must match)
|
| | | server.storePassword = dosomegit
|