You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test-gitblit.properties 2.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. #
  2. # Gitblit Unit Testing properties
  3. #
  4. git.repositoriesFolder = ${baseFolder}/git
  5. git.searchRepositoriesSubfolders = true
  6. git.enableGitServlet = true
  7. groovy.scriptsFolder = ${baseFolder}/groovy
  8. groovy.preReceiveScripts = blockpush
  9. groovy.postReceiveScripts = sendmail
  10. web.authenticateViewPages = false
  11. web.authenticateAdminPages = true
  12. web.allowCookieAuthentication = true
  13. realm.userService = test-users.conf
  14. realm.passwordStorage = md5
  15. realm.minPasswordLength = 5
  16. web.siteName =
  17. web.allowAdministration = true
  18. web.enableRpcServlet = true
  19. web.enableRpcManagement = true
  20. web.enableRpcAdministration = true
  21. web.allowGravatar = true
  22. web.allowZipDownloads = true
  23. web.syndicationEntries = 25
  24. web.showRepositorySizes = true
  25. web.showFederationRegistrations = false
  26. web.loginMessage = gitblit
  27. web.repositoriesMessage = gitblit
  28. web.useClientTimezone = false
  29. web.timeFormat = HH:mm
  30. web.datestampShortFormat = yyyy-MM-dd
  31. web.datestampLongFormat = EEEE, MMMM d, yyyy
  32. web.datetimestampLongFormat = EEEE, MMMM d, yyyy h:mm a z
  33. web.mountParameters = true
  34. web.forwardSlashCharacter = /
  35. web.otherUrls =
  36. web.repositoryListType = grouped
  37. web.repositoryRootGroupName = main
  38. web.repositoryListSwatches = true
  39. web.diffStyle = gitblit
  40. web.showEmailAddresses = true
  41. web.showSearchTypeSelection = false
  42. web.generateActivityGraph = true
  43. web.activityDuration = 14
  44. web.summaryCommitCount = 16
  45. web.summaryRefsCount = 5
  46. web.itemsPerPage = 50
  47. web.prettyPrintExtensions = c cpp cs css htm html java js php pl prefs properties py rb sh sql xml vb
  48. web.markdownExtensions = md mkd markdown MD MKD
  49. web.imageExtensions = bmp jpg gif png
  50. web.binaryExtensions = jar pdf tar.gz zip
  51. web.aggressiveHeapManagement = false
  52. web.debugMode = false
  53. regex.global = true
  54. regex.global.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://somehost/bug/$3">Bug-Id: $3</a>
  55. regex.global.changeid = \\b(Change-Id:\\s*)([A-Za-z0-9]*)\\b!!!<a href="http://somehost/changeid/$2">Change-Id: $2</a>
  56. regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://elsewhere/bug/$3">Bug-Id: $3</a>
  57. mail.server =
  58. mail.port = 25
  59. mail.debug = false
  60. mail.username =
  61. mail.password =
  62. mail.fromAddress =
  63. mail.adminAddresses =
  64. mail.mailingLists = x@test.com y@test.com z@test.com
  65. federation.name = Unit Test
  66. federation.passphrase = Unit Testing
  67. federation.allowProposals = false
  68. federation.proposalsFolder = proposals
  69. federation.defaultFrequency = 60 mins
  70. federation.sets = animal mineral vegetable
  71. #federation.example1.url = https://go.gitblit.com
  72. #federation.example1.token = 6f3b8a24bf970f17289b234284c94f43eb42f0e4
  73. #federation.example1.frequency = 120 mins
  74. #federation.example1.folder =
  75. #federation.example1.bare = true
  76. #federation.example1.mirror = true
  77. #federation.example1.mergeAccounts = true
  78. server.tempFolder = ${baseFolder}/temp
  79. server.useNio = true
  80. server.contextPath = /
  81. server.httpPort = 0
  82. server.httpsPort = 8443
  83. server.httpBindInterface = localhost
  84. server.httpsBindInterface = localhost
  85. server.storePassword = gitblit
  86. server.shutdownPort = 8081