diff options
author | Diva Canto | 2013-05-07 18:01:48 -0700 |
---|---|---|
committer | Diva Canto | 2013-05-07 18:01:48 -0700 |
commit | e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6 (patch) | |
tree | 00f06fd1fabe55c5d579f4c33964f5ecbce13e46 /bin/OpenSim.ini.example | |
parent | BulletSim: normalize quaternian rotations when building compound linksets. (diff) | |
download | opensim-SC-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.zip opensim-SC-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.gz opensim-SC-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.bz2 opensim-SC-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.xz |
Added AvatarPickerSearch capability handler.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
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 = "" |