| | |
| | | git.allowPushPull = true
|
| | |
|
| | | # Base folder for repositories
|
| | | # Use forward slashes on Windows!!
|
| | | # Use forward slashes even on Windows!!
|
| | | git.repositoriesFolder = c:/projects/git
|
| | |
|
| | | # Export all repositories
|
| | |
| | | git.exportAll = true
|
| | |
|
| | | # Search repositories folder for nested repositories
|
| | | # e.g. /libraries/mylibrary.git
|
| | | git.nestedRepositories = true
|
| | |
|
| | | # The root clone url
|
| | |
| | | #
|
| | | # Git:Blit Web Settings
|
| | | #
|
| | | # If blank Git:Blit is displayed.
|
| | | web.siteName =
|
| | |
|
| | | # If web.authenticate=true, users with "admin" role can create repositories,
|
| | |
| | | web.repositoriesMessage = gitblit
|
| | |
|
| | | # Use the client timezone when formatting dates.
|
| | | # This uses AJAX to determine the browser's timezone and enables Wicket |
| | | # session management for the connection.
|
| | | # This uses AJAX to determine the browser's timezone.
|
| | | web.useClientTimezone = false
|
| | |
|
| | | # Date and Time formats
|
| | |
| | | server.useNio = true
|
| | |
|
| | | # Standard http port to serve. <= 0 disables this connector.
|
| | | server.httpPort = 0
|
| | | server.httpPort = 80
|
| | |
|
| | | # Secure/SSL https port to serve. <= 0 disables this connector.
|
| | | server.httpsPort = 443
|