aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2013-05-07 18:01:48 -0700
committerDiva Canto2013-05-07 18:01:48 -0700
commite92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6 (patch)
tree00f06fd1fabe55c5d579f4c33964f5ecbce13e46 /bin/OpenSim.ini.example
parentBulletSim: normalize quaternian rotations when building compound linksets. (diff)
downloadopensim-SC_OLD-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.zip
opensim-SC_OLD-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.gz
opensim-SC_OLD-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.bz2
opensim-SC_OLD-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.xz
Added AvatarPickerSearch capability handler.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index ce2e600..5e486d4 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -507,8 +507,10 @@
507 ;; "<url>" -- capability enabled and served by some other server 507 ;; "<url>" -- capability enabled and served by some other server
508 ;; 508 ;;
509 ; These are enabled by default to localhost. Change if you see fit. 509 ; These are enabled by default to localhost. Change if you see fit.
510 Cap_GetTexture = "localhost" 510 Cap_GetTexture = "localhost"
511 Cap_GetMesh = "localhost" 511 Cap_GetMesh = "localhost"
512 Cap_AvatarPickerSearch = "localhost"
513
512 ; This is disabled by default. Change if you see fit. Note that 514 ; This is disabled by default. Change if you see fit. Note that
513 ; serving this cap from the simulators may lead to poor performace. 515 ; serving this cap from the simulators may lead to poor performace.
514 Cap_WebFetchInventoryDescendents = "" 516 Cap_WebFetchInventoryDescendents = ""