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