| | |
| | | # Simple user realm file to authenticate users for push/pull
|
| | | realmFile = users.properties
|
| | |
|
| | | # User roles for push/pull git repository access
|
| | | # (* is the wildcard for any role)
|
| | | gitRoles = *
|
| | |
|
| | | # User roles for administrative features such
|
| | | # as create repository, edit repository description,
|
| | | # and set repository owner. |
| | | # (* is the wildcard for any role)
|
| | | adminRoles = *
|
| | |
|
| | | #
|
| | | # Server Settings
|
| | | #
|
| | | debug = true
|
| | | debugMode = true
|
| | | tempFolder = temp
|
| | | log4jPattern = %-5p %d{MM-dd HH:mm:ss.SSS} %-20.20c{1} %m%n
|
| | |
|
| | | # Aggressive heap management will run the garbage collector on every generated
|
| | | # page. This slows down page generation but improves heap consumption.
|
| | | aggressiveHeapManagement = true
|
| | |
| | | # Git:Blit UI Settings
|
| | | #
|
| | | siteName =
|
| | |
|
| | | # If authenticateWebUI=true, users with "admin" role can create repositories,
|
| | | # create users, and edit repository metadata (owner, description, etc)
|
| | | #
|
| | | # If authenticateWebUI=false, any user can execute the aforementioned functions. |
| | | allowAdministration = true
|
| | |
|
| | | repositoriesMessage = Welcome to Git:Blit!<br>A quick and easy way to host your own Git repositories.<br>Built with <a href="http://eclipse.org/jgit">JGit</a>, <a href="http://wicket.apache.org">Wicket</a>, <a href="http://code.google.com/p/google-code-prettify/">google-code-prettify</a>, <a href="http://eclipse.org/jetty">Jetty</a>, <a href="http://www.slf4j.org">SLF4J</a>, <a href="http://logging.apache.org/log4j">Log4j</a>, and <a href="http://jcommander.org">JCommander</a>.
|
| | |
|
| | | # Use the client timezone when formatting dates.
|