diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f9d9ca6..059a569 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -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 |
@@ -1155,7 +1155,6 @@ | |||
1155 | safemode = false | 1155 | safemode = false |
1156 | 1156 | ||
1157 | [VivoxVoice] | 1157 | [VivoxVoice] |
1158 | |||
1159 | ; The VivoxVoice module will allow you to provide voice on your | 1158 | ; 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 | 1159 | ; 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 | 1160 | ; works with recent LL clients (we have tested 1.22.9.110075, so |
@@ -1296,6 +1295,15 @@ | |||
1296 | RootReprioritizationDistance = 10.0 | 1295 | RootReprioritizationDistance = 10.0 |
1297 | ChildReprioritizationDistance = 20.0 | 1296 | ChildReprioritizationDistance = 20.0 |
1298 | 1297 | ||
1298 | |||
1299 | [WebStats] | ||
1300 | ; View region statistics via a web page | ||
1301 | ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page | ||
1302 | ; Use a web browser and type in the "Login URI" + "/SStats/" | ||
1303 | ; For example- http://127.0.0.1:9000/SStats/ | ||
1304 | ; enabled=false | ||
1305 | |||
1306 | |||
1299 | ;; | 1307 | ;; |
1300 | ;; These are defaults that are overwritten below in [Architecture]. | 1308 | ;; These are defaults that are overwritten below in [Architecture]. |
1301 | ;; These defaults allow OpenSim to work out of the box with | 1309 | ;; These defaults allow OpenSim to work out of the box with |