James Moger
2011-10-23 d03aff630cbcd49f02d51f08ec59ac3cf7f41d0e
distrib/gitblit.properties
@@ -93,8 +93,16 @@
# SINCE 0.7.0 
web.enableRpcServlet = true
# Allows remote clients to administer the Gitblit instance, if the authenticated
# account has administrator permissions.  Requires *web.enableRpcServlet=true*.
# Allows remote clients to manage repositories and users of the Gitblit instance,
# if the authenticated account has administrator permissions.
# Requires *web.enableRpcServlet=true*.
#
# SINCE 0.7.0
web.enableRpcManagement = false
# Allows remote clients to control the server settings of the Gitblit instance,
# if the authenticated account has administrator permissions.
# Requires *web.enableRpcServlet=true* and *web.enableRpcManagement*.
#
# SINCE 0.7.0 
web.enableRpcAdministration = false