aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2011-05-02 20:19:36 -0700
committerDiva Canto2011-05-02 20:19:36 -0700
commit98b84802e40b872a505575088c2e7127f619d24b (patch)
treedd13cebc59ff0bfb11c4ad9dd89a53af5a818582 /bin/OpenSim.ini.example
parentFixed: EventQueueGet and other caps were being wrongly deregistered. Also Cap... (diff)
downloadopensim-SC_OLD-98b84802e40b872a505575088c2e7127f619d24b.zip
opensim-SC_OLD-98b84802e40b872a505575088c2e7127f619d24b.tar.gz
opensim-SC_OLD-98b84802e40b872a505575088c2e7127f619d24b.tar.bz2
opensim-SC_OLD-98b84802e40b872a505575088c2e7127f619d24b.tar.xz
Changed the defaults, so that it behaves exactly is it has been behaving (no WebFetch cap by default).
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example14
1 files changed, 14 insertions, 0 deletions
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 @@
292 ;; building's lights to possibly not be rendered. 292 ;; building's lights to possibly not be rendered.
293 ; DisableFacelights = "false" 293 ; DisableFacelights = "false"
294 294
295[ClientStack.LindenCaps]
296 ;; For the long list of capabilities, see OpenSimDefaults.ini
297 ;; Here are the few ones you may want to change. Possible values
298 ;; are:
299 ;; "" -- empty, capability disabled
300 ;; "localhost" -- capability enabled and served by the simulator
301 ;; "<url>" -- capability enabled and served by some other server
302 ;;
303 ; These are enabled by default to localhost. Change if you see fit.
304 Cap_GetTexture = "localhost"
305 Cap_GetMesh = "localhost"
306 ; This is disabled by default. Change if you see fit. Note that
307 ; serving this cap from the simulators may lead to poor performace.
308 Cap_WebFetchInventoryDescendents = ""
295 309
296[Chat] 310[Chat]
297 ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 311 ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10