| | |
| | | # 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
|