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
parent
24a95507d4
commit
f4261d86c8
|
@ -349,14 +349,28 @@ access_password = unknown
|
||||||
region_file_template = "{0}x{1}-{2}.xml"
|
region_file_template = "{0}x{1}-{2}.xml"
|
||||||
|
|
||||||
[RestPlugins]
|
[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
|
enabled = false
|
||||||
password = unknown
|
password = unknown
|
||||||
prefix = /admin
|
prefix = /admin
|
||||||
|
|
||||||
|
|
||||||
[RestRegionPlugin]
|
[RestRegionPlugin]
|
||||||
|
; Change this to true to enable the REST Region Plugin
|
||||||
enabled = false
|
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
|
; Uncomment the following for IRC bridge
|
||||||
; experimental, so if it breaks... keep both parts... yada yada
|
; experimental, so if it breaks... keep both parts... yada yada
|
||||||
|
|
Loading…
Reference in New Issue