James Moger
2011-10-12 13b8381bf7082778df572e7918599a41917bfcca
distrib/gitblit.properties
@@ -87,6 +87,18 @@
# SINCE 0.5.0 
web.allowAdministration = true
# Allows remote clients to list repositories and possibly administer the Gitblit
# server, if the authenticated account has administrator permissions.
#
# 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*.
#
# SINCE 0.7.0
web.enableRpcAdministration = false
# Allow dynamic zip downloads.
#
# SINCE 0.5.0   
@@ -453,7 +465,8 @@
# RESTART REQUIRED
server.useNio = true
# Context path for the application.
# Context path for the GO application.  You might want to change the context
# path if running Gitblit behind a proxy layer such as mod_proxy.
#
# SINCE 0.7.0
# RESTART REQUIRED