| | |
| | | # Require authentication for http/https push/pull access of git repositories
|
| | | git.authenticate = true
|
| | |
|
| | | # Require authentication to see the web ui
|
| | | web.authenticate = true
|
| | | # Require authentication to see everything but the admin pages
|
| | | web.authenticateViewPages = false
|
| | |
|
| | | # Require admin authentication for the admin functions and pages
|
| | | web.authenticateAdminPages = true
|
| | |
|
| | | # Simple user realm file to authenticate users
|
| | | server.realmFile = users.properties
|
| | |
| | | # Example per-repository regex substitutions overrides global
|
| | | #regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://elsewhere/bug/$3">Bug-Id: $3</a>
|
| | |
|
| | | # Enable ticgit pages for all repositories (if ticgit branch is present)
|
| | | ticgit.global = false
|
| | | # Enable tickets pages for all repositories (if ticgit branch is present)
|
| | | tickets.global = false
|
| | |
|
| | | # Enable ticgit pages for specified repository (if ticgit branch is present)
|
| | | #ticgit.myrepository = true
|
| | | # Enable tickets pages for specified repository (if ticgit branch is present)
|
| | | #tickets.myrepository = true
|
| | |
|
| | | #
|
| | | # Server Settings
|