Mantis#2121. Thank you kindly, ChrisDown for a patch that solves:

The option to enable the REST Asset and Inventory plugin is missing 
from OpenSim.ini.example. This patch adds the required items without 
enabling the plugins.
0.6.0-stable
Charles Krinke 2008-09-05 23:15:52 +00:00
parent 24a95507d4
commit f4261d86c8
1 changed files with 14 additions and 0 deletions

View File

@ -349,14 +349,28 @@ access_password = unknown
region_file_template = "{0}x{1}-{2}.xml"
[RestPlugins]
; Change this to true to enable REST Plugins. This must be true if you wish to use
; REST Region or REST Asset and Inventory Plugins
enabled = false
password = unknown
prefix = /admin
[RestRegionPlugin]
; Change this to true to enable the REST Region Plugin
enabled = false
[RestHandler]
; Change this to true to enable the REST Asset and Inventory Plugin
enabled = false
authenticate=true
secured=true
extended-escape=true
realm=OpenSim REST
dump-asset=false
path-fill=true
dump-line-size=32
flush-on-error=true
; Uncomment the following for IRC bridge
; experimental, so if it breaks... keep both parts... yada yada