summaryrefslogtreecommitdiffstats
path: root/test-gitblit.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-12-19 17:58:43 -0500
committerJames Moger <james.moger@gitblit.com>2011-12-19 17:58:43 -0500
commit6cc1d4cf3605719af3f9a37ee09cb02519be3571 (patch)
tree297ba0d726a080985e8122301d12ee1fe244039d /test-gitblit.properties
parenta50c4afdde37845b94b3545029ed9aac5796fdf7 (diff)
downloadgitblit-6cc1d4cf3605719af3f9a37ee09cb02519be3571.tar.gz
gitblit-6cc1d4cf3605719af3f9a37ee09cb02519be3571.zip
Server-side hook script selection. Documentation.
Diffstat (limited to 'test-gitblit.properties')
-rw-r--r--test-gitblit.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-gitblit.properties b/test-gitblit.properties
index 72a5db41..5fcc7382 100644
--- a/test-gitblit.properties
+++ b/test-gitblit.properties
@@ -6,8 +6,8 @@ git.repositoriesFolder = git
git.searchRepositoriesSubfolders = true
git.enableGitServlet = true
groovy.scriptsFolder = groovy
-groovy.preReceiveScripts = blockpush.groovy
-groovy.postReceiveScripts = sendemail.groovy jenkins.groovy
+groovy.preReceiveScripts = blockpush
+groovy.postReceiveScripts = sendemail jenkins
web.authenticateViewPages = false
web.authenticateAdminPages = true
web.allowCookieAuthentication = true