aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6c32c9b..d96ab4f 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -843,7 +843,11 @@
843 Cap_WebFetchInventoryDescendents = "" 843 Cap_WebFetchInventoryDescendents = ""
844 Cap_FetchInventoryDescendents2 = "localhost" 844 Cap_FetchInventoryDescendents2 = "localhost"
845 Cap_FetchInventory2 = "localhost" 845 Cap_FetchInventory2 = "localhost"
846 Cap_FetchLib2 = "localhost" 846
847 ; do uncomment Cap_FetchLib2 for now
848 ; Current viewers do not suport it for opensim.
849 ; in same requests they use a hard coded ll library owner id.
850 ;Cap_FetchLib2 = "localhost"
847 851
848 ; Capability for searching for people 852 ; Capability for searching for people
849 Cap_AvatarPickerSearch = "localhost" 853 Cap_AvatarPickerSearch = "localhost"