diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a9ce284..bab118f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -306,11 +306,14 @@ | |||
306 | ; This is disabled by default. Change if you see fit. Note that | 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. | 307 | ; serving this cap from the simulators may lead to poor performace. |
308 | Cap_WebFetchInventoryDescendents = "" | 308 | Cap_WebFetchInventoryDescendents = "" |
309 | ; Experimental new capability for Kokua viewers meant to override | 309 | |
310 | ; the MapImage server url given at login, and varying switching on | 310 | [SimulatorFeatures] |
311 | ; a sim-basis (as it should). | 311 | ; Experimental new information sent in SimulatorFeatures cap for Kokua viewers |
312 | ; meant to override the MapImage and search server url given at login, and varying | ||
313 | ; on a sim-basis. | ||
312 | ; Viewers that don't understand it, will ignore it | 314 | ; Viewers that don't understand it, will ignore it |
313 | Cap_MapImageService = "http://127.0.0.1:9000/ | 315 | ;MapImageServerURI = "http://127.0.0.1:9000/ |
316 | ;SearchServerURI = "http://127.0.0.1:9000/ | ||
314 | 317 | ||
315 | [Chat] | 318 | [Chat] |
316 | ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 | 319 | ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 |