James Moger
2013-09-27 b325021c4e3168ef77bf3eb28be1d4c834595de8
src/main/distrib/data/gitblit.properties
@@ -155,7 +155,7 @@
# information.
#
# SINCE 1.4.0
git.allowAnonymousPushes = true
git.allowAnonymousPushes = false
# The default access restriction for new repositories.
# Valid values are NONE, PUSH, CLONE, VIEW
@@ -165,7 +165,7 @@
#  VIEW = authenticated view, clone, & push
#
# SINCE 1.0.0
git.defaultAccessRestriction = NONE
git.defaultAccessRestriction = PUSH
# The default authorization control for new repositories.
# Valid values are AUTHENTICATED and NAMED