aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini27
1 files changed, 20 insertions, 7 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6fb9787..6718cca 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -337,6 +337,13 @@
337 ; OpenJPEG if false 337 ; OpenJPEG if false
338 ; UseCSJ2K = true 338 ; UseCSJ2K = true
339 339
340
341 ; Use "Trash" folder for items deleted from the scene
342 ; When set to True (the default) items deleted from the scene will be
343 ; stored in the user's trash or lost and found folder. When set to
344 ; False items will be removed from the scene permanently
345 UseTrashOnDelete = True
346
340 ; Persist avatar baked textures 347 ; Persist avatar baked textures
341 ; Persisting baked textures can speed up login and region border 348 ; Persisting baked textures can speed up login and region border
342 ; crossings especially with large numbers of users, though it 349 ; crossings especially with large numbers of users, though it
@@ -527,7 +534,7 @@
527 ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps 534 ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps
528 ; will also be affected. 535 ; will also be affected.
529 ; 536 ;
530 ;DisableFacelights = "false(1815) 537 ;DisableFacelights = false
531 538
532[ClientStack.LindenCaps] 539[ClientStack.LindenCaps]
533 ;; Long list of capabilities taken from 540 ;; Long list of capabilities taken from
@@ -542,6 +549,7 @@
542 Cap_CopyInventoryFromNotecard = "localhost" 549 Cap_CopyInventoryFromNotecard = "localhost"
543 Cap_DispatchRegionInfo = "" 550 Cap_DispatchRegionInfo = ""
544 Cap_EstateChangeInfo = "" 551 Cap_EstateChangeInfo = ""
552 Cap_EnvironmentSettings = "localhost"
545 Cap_EventQueueGet = "localhost" 553 Cap_EventQueueGet = "localhost"
546 Cap_FetchInventory = "" 554 Cap_FetchInventory = ""
547 Cap_ObjectMedia = "localhost" 555 Cap_ObjectMedia = "localhost"
@@ -594,13 +602,12 @@
594 Cap_ViewerStartAuction = "" 602 Cap_ViewerStartAuction = ""
595 Cap_ViewerStats = "" 603 Cap_ViewerStats = ""
596 604
597 ; The various fetch inventory caps are supported by OpenSim, but may 605 ; Capabilities for fetching inventory over HTTP rather than UDP
598 ; lead to poor sim performance if served by the simulators,
599 ; so they are currently disabled by default.
600 ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) 606 ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above)
607 ; It appears that Linden Lab viewer 3.3.1 onwards will not work properly if FetchInventoryDescendents2 and FetchInventory2 are not enabled
601 Cap_WebFetchInventoryDescendents = "" 608 Cap_WebFetchInventoryDescendents = ""
602 Cap_FetchInventoryDescendents2 = "" 609 Cap_FetchInventoryDescendents2 = "localhost"
603 Cap_FetchInventory2 = "" 610 Cap_FetchInventory2 = "localhost"
604 611
605 612
606[Chat] 613[Chat]
@@ -1129,7 +1136,7 @@
1129 1136
1130 ; Maximum number of llListen events we allow over the entire region. 1137 ; Maximum number of llListen events we allow over the entire region.
1131 ; Set this to 0 to have no limit imposed 1138 ; Set this to 0 to have no limit imposed
1132 max_listeners_per_region = 1000 1139 max_listens_per_region = 1000
1133 1140
1134 ; Maximum number of llListen events we allow per script 1141 ; Maximum number of llListen events we allow per script
1135 ; Set this to 0 to have no limit imposed. 1142 ; Set this to 0 to have no limit imposed.
@@ -1561,6 +1568,12 @@
1561 RefreshTime = 3600 1568 RefreshTime = 3600
1562 1569
1563;; 1570;;
1571;; JsonStore module provides structured store for scripts
1572;;
1573[JsonStore]
1574Enabled = False
1575
1576;;
1564;; These are defaults that are overwritten below in [Architecture]. 1577;; These are defaults that are overwritten below in [Architecture].
1565;; These defaults allow OpenSim to work out of the box with 1578;; These defaults allow OpenSim to work out of the box with
1566;; zero configuration 1579;; zero configuration