diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 842043e..edd22aa 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -503,8 +503,10 @@ | |||
503 | ;; "<url>" -- capability enabled and served by some other server | 503 | ;; "<url>" -- capability enabled and served by some other server |
504 | ;; | 504 | ;; |
505 | ; These are enabled by default to localhost. Change if you see fit. | 505 | ; These are enabled by default to localhost. Change if you see fit. |
506 | Cap_GetTexture = "localhost" | 506 | Cap_GetTexture = "localhost" |
507 | Cap_GetMesh = "localhost" | 507 | Cap_GetMesh = "localhost" |
508 | Cap_AvatarPickerSearch = "localhost" | ||
509 | |||
508 | ; This is disabled by default. Change if you see fit. Note that | 510 | ; This is disabled by default. Change if you see fit. Note that |
509 | ; serving this cap from the simulators may lead to poor performace. | 511 | ; serving this cap from the simulators may lead to poor performace. |
510 | Cap_WebFetchInventoryDescendents = "" | 512 | Cap_WebFetchInventoryDescendents = "" |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index ca8822c..60e4be2 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -541,7 +541,6 @@ | |||
541 | ;; in OpenSim.ini | 541 | ;; in OpenSim.ini |
542 | ;; | 542 | ;; |
543 | Cap_AttachmentResources = "" | 543 | Cap_AttachmentResources = "" |
544 | Cap_AvatarPickerSearch = "" | ||
545 | Cap_ChatSessionRequest = "" | 544 | Cap_ChatSessionRequest = "" |
546 | Cap_CopyInventoryFromNotecard = "localhost" | 545 | Cap_CopyInventoryFromNotecard = "localhost" |
547 | Cap_DispatchRegionInfo = "" | 546 | Cap_DispatchRegionInfo = "" |
@@ -605,6 +604,10 @@ | |||
605 | Cap_WebFetchInventoryDescendents = "" | 604 | Cap_WebFetchInventoryDescendents = "" |
606 | Cap_FetchInventoryDescendents2 = "localhost" | 605 | Cap_FetchInventoryDescendents2 = "localhost" |
607 | Cap_FetchInventory2 = "localhost" | 606 | Cap_FetchInventory2 = "localhost" |
607 | |||
608 | ; Capability for searching for people | ||
609 | Cap_AvatarPickerSearch = "localhost" | ||
610 | |||
608 | 611 | ||
609 | 612 | ||
610 | [Chat] | 613 | [Chat] |