Paul Martin
2016-04-27 c2188a840bc4153ae92112b04b2e06a90d3944aa
src/test/config/test-gitblit.properties
@@ -8,7 +8,7 @@
git.enableGitServlet = true
git.daemonPort = 8300
git.sshPort = 29418
git.sshPublicKeyAuthenticator = com.gitblit.tests.BogusPublicKeyAuthenticator
git.sshKeysManager = com.gitblit.transport.ssh.MemoryKeyManager
groovy.scriptsFolder = src/main/distrib/data/groovy
groovy.preReceiveScripts = blockpush
groovy.postReceiveScripts = sendmail
@@ -51,7 +51,7 @@
web.itemsPerPage = 50
web.prettyPrintExtensions = c cpp cs css htm html java js php pl prefs properties py rb sh sql xml vb
web.markdownExtensions = md mkd markdown MD MKD
web.imageExtensions = bmp jpg gif png
web.imageExtensions = bmp jpg jpeg gif png ico
web.binaryExtensions = jar pdf tar.gz zip
web.aggressiveHeapManagement = false
web.debugMode = false
@@ -90,3 +90,5 @@
server.httpsBindInterface = localhost
server.storePassword = gitblit
server.shutdownPort = 8081
tickets.service = com.gitblit.tickets.BranchTicketService