aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorCharles Krinke2008-09-05 23:15:52 +0000
committerCharles Krinke2008-09-05 23:15:52 +0000
commitf4261d86c82b6c6dc7a36c1d7933e151c73d66a2 (patch)
tree17439831f3a379e25a7fd64d11672cb75dce69bd /bin
parentMantis#2104. Thank you kindly, Godfrey for a patch that: (diff)
downloadopensim-SC_OLD-f4261d86c82b6c6dc7a36c1d7933e151c73d66a2.zip
opensim-SC_OLD-f4261d86c82b6c6dc7a36c1d7933e151c73d66a2.tar.gz
opensim-SC_OLD-f4261d86c82b6c6dc7a36c1d7933e151c73d66a2.tar.bz2
opensim-SC_OLD-f4261d86c82b6c6dc7a36c1d7933e151c73d66a2.tar.xz
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.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example14
1 files changed, 14 insertions, 0 deletions
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
349region_file_template = "{0}x{1}-{2}.xml" 349region_file_template = "{0}x{1}-{2}.xml"
350 350
351[RestPlugins] 351[RestPlugins]
352; Change this to true to enable REST Plugins. This must be true if you wish to use
353; REST Region or REST Asset and Inventory Plugins
352enabled = false 354enabled = false
353password = unknown 355password = unknown
354prefix = /admin 356prefix = /admin
355 357
356 358
357[RestRegionPlugin] 359[RestRegionPlugin]
360; Change this to true to enable the REST Region Plugin
358enabled = false 361enabled = false
359 362
363[RestHandler]
364; Change this to true to enable the REST Asset and Inventory Plugin
365enabled = false
366authenticate=true
367secured=true
368extended-escape=true
369realm=OpenSim REST
370dump-asset=false
371path-fill=true
372dump-line-size=32
373flush-on-error=true
360 374
361; Uncomment the following for IRC bridge 375; Uncomment the following for IRC bridge
362; experimental, so if it breaks... keep both parts... yada yada 376; experimental, so if it breaks... keep both parts... yada yada