diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 51 |
1 files changed, 24 insertions, 27 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 109793a..042fd3a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -932,10 +932,10 @@ | |||
932 | MaxPersistantManifoldPoolSize = 0 | 932 | MaxPersistantManifoldPoolSize = 0 |
933 | ShouldDisableContactPoolDynamicAllocation = False | 933 | ShouldDisableContactPoolDynamicAllocation = False |
934 | ShouldForceUpdateAllAabbs = False | 934 | ShouldForceUpdateAllAabbs = False |
935 | ShouldRandomizeSolverOrder = False | 935 | ShouldRandomizeSolverOrder = True |
936 | ShouldSplitSimulationIslands = False | 936 | ShouldSplitSimulationIslands = True |
937 | ShouldEnableFrictionCaching = False | 937 | ShouldEnableFrictionCaching = False |
938 | NumberOfSolverIterations = 0; | 938 | NumberOfSolverIterations = 0 |
939 | 939 | ||
940 | ; Linkset constraint parameters | 940 | ; Linkset constraint parameters |
941 | LinkConstraintUseFrameOffset = False | 941 | LinkConstraintUseFrameOffset = False |
@@ -1033,30 +1033,31 @@ | |||
1033 | ;default_appearance = default_appearance.xml | 1033 | ;default_appearance = default_appearance.xml |
1034 | 1034 | ||
1035 | 1035 | ||
1036 | [RestPlugins] | 1036 | ; RestPlugins are not currently operational. |
1037 | ; Change this to true to enable REST Plugins. This must be true if you wish to use | 1037 | ;[RestPlugins] |
1038 | ; REST Region or REST Asset and Inventory Plugins | 1038 | ; ; Change this to true to enable REST Plugins. This must be true if you wish to use |
1039 | enabled = false | 1039 | ; ; REST Region or REST Asset and Inventory Plugins |
1040 | god_key = SECRET | 1040 | ; enabled = false |
1041 | prefix = /admin | 1041 | ; god_key = SECRET |
1042 | ; prefix = /admin | ||
1042 | 1043 | ||
1043 | 1044 | ||
1044 | [RestRegionPlugin] | 1045 | ;[RestRegionPlugin] |
1045 | ; Change this to true to enable the REST Region Plugin | 1046 | ; ; Change this to true to enable the REST Region Plugin |
1046 | enabled = false | 1047 | ; enabled = false |
1047 | 1048 | ||
1048 | 1049 | ||
1049 | [RestHandler] | 1050 | ;[RestHandler] |
1050 | ; Change this to true to enable the REST Asset and Inventory Plugin | 1051 | ; ; Change this to true to enable the REST Asset and Inventory Plugin |
1051 | enabled = false | 1052 | ; enabled = false |
1052 | authenticate = true | 1053 | ; authenticate = true |
1053 | secured = true | 1054 | ; secured = true |
1054 | extended-escape = true | 1055 | ; extended-escape = true |
1055 | realm = OpenSim REST | 1056 | ; realm = OpenSim REST |
1056 | dump-asset = false | 1057 | ; dump-asset = false |
1057 | path-fill = true | 1058 | ; path-fill = true |
1058 | dump-line-size = 32 | 1059 | ; dump-line-size = 32 |
1059 | flush-on-error = true | 1060 | ; flush-on-error = true |
1060 | 1061 | ||
1061 | 1062 | ||
1062 | ; IRC bridge is experimental, so if it breaks... keep both parts... yada yada | 1063 | ; IRC bridge is experimental, so if it breaks... keep both parts... yada yada |
@@ -1624,10 +1625,6 @@ | |||
1624 | [Terrain] | 1625 | [Terrain] |
1625 | InitialTerrain = "pinhead-island" | 1626 | InitialTerrain = "pinhead-island" |
1626 | 1627 | ||
1627 | [TOSModule] | ||
1628 | ;; Enable TOS facilities | ||
1629 | Enabled = false | ||
1630 | |||
1631 | ;; | 1628 | ;; |
1632 | ;; If you are using a simian grid frontend you can enable | 1629 | ;; If you are using a simian grid frontend you can enable |
1633 | ;; this module to upload tile images for the mapping fn | 1630 | ;; this module to upload tile images for the mapping fn |