From 98b84802e40b872a505575088c2e7127f619d24b Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Mon, 2 May 2011 20:19:36 -0700 Subject: Changed the defaults, so that it behaves exactly is it has been behaving (no WebFetch cap by default). --- bin/OpenSim.ini.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5389b44..13dc9a6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -292,6 +292,20 @@ ;; building's lights to possibly not be rendered. ; DisableFacelights = "false" +[ClientStack.LindenCaps] + ;; For the long list of capabilities, see OpenSimDefaults.ini + ;; Here are the few ones you may want to change. Possible values + ;; are: + ;; "" -- empty, capability disabled + ;; "localhost" -- capability enabled and served by the simulator + ;; "" -- capability enabled and served by some other server + ;; + ; These are enabled by default to localhost. Change if you see fit. + Cap_GetTexture = "localhost" + Cap_GetMesh = "localhost" + ; This is disabled by default. Change if you see fit. Note that + ; serving this cap from the simulators may lead to poor performace. + Cap_WebFetchInventoryDescendents = "" [Chat] ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 -- cgit v1.1