From f4261d86c82b6c6dc7a36c1d7933e151c73d66a2 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Fri, 5 Sep 2008 23:15:52 +0000 Subject: 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. --- bin/OpenSim.ini.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5005741..28a32cf 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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 -- cgit v1.1