aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-30 18:35:57 +0000
committerJustin Clark-Casey (justincc)2009-11-30 18:37:51 +0000
commit17136724e2bc9529c9f8269c05402ab531d5f82d (patch)
treeb2c64db77b088c1e7f4ff614f6366d0cb7322c16 /bin
parentenable messaging_server_url by default in OpenSim.ini.example (diff)
downloadopensim-SC_OLD-17136724e2bc9529c9f8269c05402ab531d5f82d.zip
opensim-SC_OLD-17136724e2bc9529c9f8269c05402ab531d5f82d.tar.gz
opensim-SC_OLD-17136724e2bc9529c9f8269c05402ab531d5f82d.tar.bz2
opensim-SC_OLD-17136724e2bc9529c9f8269c05402ab531d5f82d.tar.xz
minor: add disabled config and explanation for WebStats
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index dadc560..3accee0 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1152,7 +1152,6 @@
1152 safemode = false 1152 safemode = false
1153 1153
1154[VivoxVoice] 1154[VivoxVoice]
1155
1156 ; The VivoxVoice module will allow you to provide voice on your 1155 ; The VivoxVoice module will allow you to provide voice on your
1157 ; region(s). It uses the same voice technology as the LL grid and 1156 ; region(s). It uses the same voice technology as the LL grid and
1158 ; works with recent LL clients (we have tested 1.22.9.110075, so 1157 ; works with recent LL clients (we have tested 1.22.9.110075, so
@@ -1293,6 +1292,15 @@
1293 RootReprioritizationDistance = 10.0 1292 RootReprioritizationDistance = 10.0
1294 ChildReprioritizationDistance = 20.0 1293 ChildReprioritizationDistance = 20.0
1295 1294
1295
1296[WebStats]
1297; View region statistics via a web page
1298; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
1299; Use a web browser and type in the "Login URI" + "/SStats/"
1300; For example- http://127.0.0.1:9000/SStats/
1301; enabled=false
1302
1303
1296;; 1304;;
1297;; These are defaults that are overwritten below in [Architecture]. 1305;; These are defaults that are overwritten below in [Architecture].
1298;; These defaults allow OpenSim to work out of the box with 1306;; These defaults allow OpenSim to work out of the box with