| | |
| | | # |
| | | # Gitblit Unit Testing properties |
| | | # |
| | | |
| | | git.allowAnonymousPushes = true |
| | | git.defaultAccessRestriction = NONE |
| | | git.repositoriesFolder = ${baseFolder}/git |
| | | git.searchRepositoriesSubfolders = true |
| | | git.enableGitServlet = true |
| | | git.daemonPort = 8300 |
| | | git.sshPort = 29418 |
| | | git.sshKeysManager = com.gitblit.transport.ssh.MemoryKeyManager |
| | | groovy.scriptsFolder = src/main/distrib/data/groovy |
| | | groovy.preReceiveScripts = blockpush |
| | | groovy.postReceiveScripts = sendmail |
| | | web.authenticateViewPages = false |
| | | web.authenticateAdminPages = true |
| | | web.allowCookieAuthentication = true |
| | | realm.userService = ${baseFolder}/src/test/config/test-users.conf |
| | | realm.userService = src/test/config/test-users.conf |
| | | realm.passwordStorage = md5 |
| | | realm.minPasswordLength = 5 |
| | | web.siteName = Test Gitblit |