aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
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 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 = ""