aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie2013-05-08 20:59:44 +0100
committerMelanie2013-05-08 20:59:44 +0100
commitbda45650674eba7d69bbc262ebc28f2c5c184623 (patch)
tree43fae3ed56116a8d6c941f011fa8f358c1295442 /bin/OpenSim.ini.example
parentMerge branch 'master' into careminster (diff)
parentDelete "" entry for AvatarPicker cap. (diff)
downloadopensim-SC_OLD-bda45650674eba7d69bbc262ebc28f2c5c184623.zip
opensim-SC_OLD-bda45650674eba7d69bbc262ebc28f2c5c184623.tar.gz
opensim-SC_OLD-bda45650674eba7d69bbc262ebc28f2c5c184623.tar.bz2
opensim-SC_OLD-bda45650674eba7d69bbc262ebc28f2c5c184623.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs
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 = ""