diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f9d9ca6..62aceb1 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -91,7 +91,7 @@ | |||
91 | 91 | ||
92 | ; Maximum total size, and maximum size where a prim can be physical | 92 | ; Maximum total size, and maximum size where a prim can be physical |
93 | NonPhysicalPrimMax = 256 | 93 | NonPhysicalPrimMax = 256 |
94 | PhysicalPrimMax = 10 | 94 | PhysicalPrimMax = 10 ; (I think this was moved to the Regions.ini!) |
95 | ClampPrimSize = false | 95 | ClampPrimSize = false |
96 | 96 | ||
97 | ; Region crossing | 97 | ; Region crossing |
@@ -342,7 +342,7 @@ | |||
342 | 342 | ||
343 | ; The MessagingServer is a companion of the UserServer. It uses | 343 | ; The MessagingServer is a companion of the UserServer. It uses |
344 | ; user_send_key and user_recv_key, too | 344 | ; user_send_key and user_recv_key, too |
345 | ;messaging_server_url = "http://127.0.0.1:8006" | 345 | messaging_server_url = "http://127.0.0.1:8006" |
346 | 346 | ||
347 | ; What is reported as the "X-Secondlife-Shard" | 347 | ; What is reported as the "X-Secondlife-Shard" |
348 | ; Defaults to the user server url if not set | 348 | ; Defaults to the user server url if not set |
@@ -597,6 +597,9 @@ | |||
597 | body_motor_joint_maxforce_tensor_linux = 5 | 597 | body_motor_joint_maxforce_tensor_linux = 5 |
598 | body_motor_joint_maxforce_tensor_win = 5 | 598 | body_motor_joint_maxforce_tensor_win = 5 |
599 | 599 | ||
600 | ; Maximum mass an object can be before it is clamped | ||
601 | maximum_mass_object = 10000.01 | ||
602 | |||
600 | ; ## | 603 | ; ## |
601 | ; ## Sculpted Prim settings | 604 | ; ## Sculpted Prim settings |
602 | ; ## | 605 | ; ## |
@@ -1155,7 +1158,6 @@ | |||
1155 | safemode = false | 1158 | safemode = false |
1156 | 1159 | ||
1157 | [VivoxVoice] | 1160 | [VivoxVoice] |
1158 | |||
1159 | ; The VivoxVoice module will allow you to provide voice on your | 1161 | ; The VivoxVoice module will allow you to provide voice on your |
1160 | ; region(s). It uses the same voice technology as the LL grid and | 1162 | ; region(s). It uses the same voice technology as the LL grid and |
1161 | ; works with recent LL clients (we have tested 1.22.9.110075, so | 1163 | ; works with recent LL clients (we have tested 1.22.9.110075, so |
@@ -1296,6 +1298,15 @@ | |||
1296 | RootReprioritizationDistance = 10.0 | 1298 | RootReprioritizationDistance = 10.0 |
1297 | ChildReprioritizationDistance = 20.0 | 1299 | ChildReprioritizationDistance = 20.0 |
1298 | 1300 | ||
1301 | |||
1302 | [WebStats] | ||
1303 | ; View region statistics via a web page | ||
1304 | ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page | ||
1305 | ; Use a web browser and type in the "Login URI" + "/SStats/" | ||
1306 | ; For example- http://127.0.0.1:9000/SStats/ | ||
1307 | ; enabled=false | ||
1308 | |||
1309 | |||
1299 | ;; | 1310 | ;; |
1300 | ;; These are defaults that are overwritten below in [Architecture]. | 1311 | ;; These are defaults that are overwritten below in [Architecture]. |
1301 | ;; These defaults allow OpenSim to work out of the box with | 1312 | ;; These defaults allow OpenSim to work out of the box with |