diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 44 |
1 files changed, 25 insertions, 19 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 98bb355..df4e60b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -292,28 +292,31 @@ | |||
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 | |||
295 | [ClientStack.LindenCaps] | 296 | [ClientStack.LindenCaps] |
296 | ;; For the long list of capabilities, see OpenSimDefaults.ini | 297 | ;; For the long list of capabilities, see OpenSimDefaults.ini |
297 | ;; Here are the few ones you may want to change. Possible values | 298 | ;; Here are the few ones you may want to change. Possible values |
298 | ;; are: | 299 | ;; are: |
299 | ;; "" -- empty, capability disabled | 300 | ;; "" -- empty, capability disabled |
300 | ;; "localhost" -- capability enabled and served by the simulator | 301 | ;; "localhost" -- capability enabled and served by the simulator |
301 | ;; "<url>" -- capability enabled and served by some other server | 302 | ;; "<url>" -- capability enabled and served by some other server |
302 | ;; | 303 | ;; |
303 | ; These are enabled by default to localhost. Change if you see fit. | 304 | ; These are enabled by default to localhost. Change if you see fit. |
304 | Cap_GetTexture = "localhost" | 305 | Cap_GetTexture = "localhost" |
305 | Cap_GetMesh = "localhost" | 306 | Cap_GetMesh = "localhost" |
306 | ; This is disabled by default. Change if you see fit. Note that | 307 | ; 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 | ; serving this cap from the simulators may lead to poor performace. |
308 | Cap_WebFetchInventoryDescendents = "" | 309 | Cap_WebFetchInventoryDescendents = "" |
310 | |||
309 | 311 | ||
310 | [SimulatorFeatures] | 312 | [SimulatorFeatures] |
311 | ; Experimental new information sent in SimulatorFeatures cap for Kokua viewers | 313 | ; 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 | 314 | ; meant to override the MapImage and search server url given at login, and varying |
313 | ; on a sim-basis. | 315 | ; on a sim-basis. |
314 | ; Viewers that don't understand it, will ignore it | 316 | ; Viewers that don't understand it, will ignore it |
315 | ;MapImageServerURI = "http://127.0.0.1:9000/ | 317 | ;MapImageServerURI = "http://127.0.0.1:9000/ |
316 | ;SearchServerURI = "http://127.0.0.1:9000/ | 318 | ;SearchServerURI = "http://127.0.0.1:9000/ |
319 | |||
317 | 320 | ||
318 | [Chat] | 321 | [Chat] |
319 | ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 | 322 | ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 |
@@ -650,6 +653,7 @@ | |||
650 | ;; If using a remote connector, specify the server URL | 653 | ;; If using a remote connector, specify the server URL |
651 | ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi | 654 | ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi |
652 | 655 | ||
656 | |||
653 | [Groups] | 657 | [Groups] |
654 | ;# {Enabled} {} {Enable groups?} {true false} false | 658 | ;# {Enabled} {} {Enable groups?} {true false} false |
655 | ;; Enables the groups module | 659 | ;; Enables the groups module |
@@ -707,11 +711,13 @@ | |||
707 | ;; Enable media on a prim facilities | 711 | ;; Enable media on a prim facilities |
708 | ; Enabled = true; | 712 | ; Enabled = true; |
709 | 713 | ||
714 | |||
710 | [PrimLimitsModule] | 715 | [PrimLimitsModule] |
711 | ;# {EnforcePrimLimits} {} {Enforce parcel prim limits} {true false} false | 716 | ;# {EnforcePrimLimits} {} {Enforce parcel prim limits} {true false} false |
712 | ;; Enable parcel prim limits. Off by default to emulate pre-existing behavior. | 717 | ;; Enable parcel prim limits. Off by default to emulate pre-existing behavior. |
713 | ; EnforcePrimLimits = false | 718 | ; EnforcePrimLimits = false |
714 | 719 | ||
720 | |||
715 | [Architecture] | 721 | [Architecture] |
716 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini | 722 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini |
717 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, | 723 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, |