diff options
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 = "" |